diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-01-08 19:31:05 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-11 14:23:38 +0100 |
commit | 0a119f8f9d099aa85042cf524ad91bb5ae4158f1 (patch) | |
tree | 0c0788153938080b359c13bc184e8eb0b402f95b /recipes/linux/linux-omap-2.6.28 | |
parent | f6fecae8e27ad76095c369b5d436b0ec1132c119 (diff) |
linux-omap kernels: set CONFIG_USB_SERIAL_CP2101 to 'm' if usbserial is enabled
Diffstat (limited to 'recipes/linux/linux-omap-2.6.28')
-rw-r--r-- | recipes/linux/linux-omap-2.6.28/overo/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap-2.6.28/overo/defconfig b/recipes/linux/linux-omap-2.6.28/overo/defconfig index d462085be7..533e457984 100644 --- a/recipes/linux/linux-omap-2.6.28/overo/defconfig +++ b/recipes/linux/linux-omap-2.6.28/overo/defconfig @@ -1571,7 +1571,7 @@ CONFIG_USB_SERIAL=m # CONFIG_USB_SERIAL_CH341 is not set # CONFIG_USB_SERIAL_WHITEHEAT is not set # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set -# CONFIG_USB_SERIAL_CP2101 is not set +CONFIG_USB_SERIAL_CP2101=m # CONFIG_USB_SERIAL_CYPRESS_M8 is not set # CONFIG_USB_SERIAL_EMPEG is not set # CONFIG_USB_SERIAL_FTDI_SIO is not set |