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 | |
parent | f6fecae8e27ad76095c369b5d436b0ec1132c119 (diff) |
linux-omap kernels: set CONFIG_USB_SERIAL_CP2101 to 'm' if usbserial is enabled
-rw-r--r-- | recipes/linux/linux-omap-2.6.28/overo/defconfig | 2 | ||||
-rw-r--r-- | recipes/linux/linux-omap-2.6.29/overo/defconfig | 2 | ||||
-rw-r--r-- | recipes/linux/linux-omap-pm-2.6.29/overo/defconfig | 2 | ||||
-rw-r--r-- | recipes/linux/linux-omap-pm/overo/defconfig | 2 | ||||
-rw-r--r-- | recipes/linux/linux-omap/overo/defconfig | 2 |
5 files changed, 5 insertions, 5 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 diff --git a/recipes/linux/linux-omap-2.6.29/overo/defconfig b/recipes/linux/linux-omap-2.6.29/overo/defconfig index a4894e2283..06812f0ee9 100644 --- a/recipes/linux/linux-omap-2.6.29/overo/defconfig +++ b/recipes/linux/linux-omap-2.6.29/overo/defconfig @@ -1662,7 +1662,7 @@ CONFIG_USB_SERIAL_GENERIC=y # 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=m diff --git a/recipes/linux/linux-omap-pm-2.6.29/overo/defconfig b/recipes/linux/linux-omap-pm-2.6.29/overo/defconfig index 3d025659e3..8a1c473db6 100644 --- a/recipes/linux/linux-omap-pm-2.6.29/overo/defconfig +++ b/recipes/linux/linux-omap-pm-2.6.29/overo/defconfig @@ -1637,7 +1637,7 @@ CONFIG_USB_SERIAL_GENERIC=y # 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=m diff --git a/recipes/linux/linux-omap-pm/overo/defconfig b/recipes/linux/linux-omap-pm/overo/defconfig index 3d025659e3..8a1c473db6 100644 --- a/recipes/linux/linux-omap-pm/overo/defconfig +++ b/recipes/linux/linux-omap-pm/overo/defconfig @@ -1637,7 +1637,7 @@ CONFIG_USB_SERIAL_GENERIC=y # 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=m diff --git a/recipes/linux/linux-omap/overo/defconfig b/recipes/linux/linux-omap/overo/defconfig index c92e425140..d2187a52b2 100644 --- a/recipes/linux/linux-omap/overo/defconfig +++ b/recipes/linux/linux-omap/overo/defconfig @@ -1384,7 +1384,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 |