summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-28 20:23:46 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-03-01 16:56:41 -0500
commit05d3883a788500ea987865f4db7e547040b83bf6 (patch)
treee4fc265a77a6cbe4b3d5afec4534338b2d6a11c9 /recipes-kernel
parent8172b803e73126c2e336050d43251538bdc4d09b (diff)
downloadmeta-ti-05d3883a788500ea987865f4db7e547040b83bf6.tar.gz
linux 3.0: enable 'option' serial for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-3.0/beagleboard/defconfig5
-rw-r--r--recipes-kernel/linux/linux_3.0.bb2
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-3.0/beagleboard/defconfig b/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
index 5f2a7eb2..5be7772e 100644
--- a/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
+++ b/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
@@ -1,6 +1,6 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux/arm 3.0.14 Kernel Configuration 3# Linux/arm 3.0.22 Kernel Configuration
4# 4#
5CONFIG_ARM=y 5CONFIG_ARM=y
6CONFIG_HAVE_PWM=y 6CONFIG_HAVE_PWM=y
@@ -2785,7 +2785,8 @@ CONFIG_USB_SERIAL_SIERRAWIRELESS=m
2785# CONFIG_USB_SERIAL_TI is not set 2785# CONFIG_USB_SERIAL_TI is not set
2786CONFIG_USB_SERIAL_CYBERJACK=m 2786CONFIG_USB_SERIAL_CYBERJACK=m
2787# CONFIG_USB_SERIAL_XIRCOM is not set 2787# CONFIG_USB_SERIAL_XIRCOM is not set
2788# CONFIG_USB_SERIAL_OPTION is not set 2788CONFIG_USB_SERIAL_WWAN=m
2789CONFIG_USB_SERIAL_OPTION=m
2789CONFIG_USB_SERIAL_OMNINET=m 2790CONFIG_USB_SERIAL_OMNINET=m
2790CONFIG_USB_SERIAL_OPTICON=m 2791CONFIG_USB_SERIAL_OPTICON=m
2791CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m 2792CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m
diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb
index 65084fb5..fac6348c 100644
--- a/recipes-kernel/linux/linux_3.0.bb
+++ b/recipes-kernel/linux/linux_3.0.bb
@@ -10,7 +10,7 @@ PV = "3.0.22"
10SRCREV_pn-${PN} = "a4a663513af05a98d6085d92f85c16bb64ac4050" 10SRCREV_pn-${PN} = "a4a663513af05a98d6085d92f85c16bb64ac4050"
11 11
12# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc 12# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
13MACHINE_KERNEL_PR_append = "a" 13MACHINE_KERNEL_PR_append = "b"
14 14
15FILESPATH =. "${FILE_DIRNAME}/linux-3.0:${FILE_DIRNAME}/linux-3.0/${MACHINE}:" 15FILESPATH =. "${FILE_DIRNAME}/linux-3.0:${FILE_DIRNAME}/linux-3.0/${MACHINE}:"
16 16