From 12e560967b7136222c325d11633295fe3a0c701c Mon Sep 17 00:00:00 2001 From: John Weber Date: Tue, 5 Aug 2014 11:10:25 -0500 Subject: [PATCH] linux-wandboard: update SRCREV to 8e81319 and update defconfig Update wandboard defconfig to add support for the Fusion touchscreen, Sunplus keyboard, and some USB to serial devices Signed-off-by: John Weber Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-wandboard-3.10.17/defconfig | 7 +++++++ recipes-kernel/linux/linux-wandboard_3.10.17.bb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig b/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig index cac492b..0bf6c23 100644 --- a/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig +++ b/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig @@ -150,6 +150,7 @@ CONFIG_TOUCHSCREEN_EGALAX=y CONFIG_TOUCHSCREEN_ELAN=y CONFIG_TOUCHSCREEN_MAX11801=y CONFIG_TOUCHSCREEN_MC13783=y +CONFIG_TOUCHSCREEN_FUSION=m CONFIG_INPUT_MISC=y CONFIG_INPUT_MMA8450=y CONFIG_INPUT_ISL29023=y @@ -252,14 +253,19 @@ CONFIG_SND_SOC_IMX_SPDIF=y CONFIG_SND_SOC_IMX_MC13783=y CONFIG_SND_SOC_IMX_HDMI=y CONFIG_SND_SOC_IMX_SI476X=y +CONFIG_HID_SUNPLUS=m CONFIG_USB=y CONFIG_USB_OTG=y # CONFIG_USB_OTG_WHITELIST is not set CONFIG_USB_EHCI_HCD=y +CONFIG_USB_ACM=m CONFIG_USB_STORAGE=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_UDC=y CONFIG_USB_CHIPIDEA_HOST=y +CONFIG_USB_SERIAL=y +CONFIG_USB_SERIAL_FTDI_SIO=m +CONFIG_USB_SERIAL_KEYSPAN_PDA=y CONFIG_USB_PHY=y CONFIG_NOP_USB_XCEIV=y CONFIG_USB_MXS_PHY=y @@ -267,6 +273,7 @@ CONFIG_USB_GADGET=y CONFIG_USB_ZERO=m CONFIG_USB_ETH=m CONFIG_USB_MASS_STORAGE=m +CONFIG_FSL_UTP=y CONFIG_USB_G_SERIAL=m CONFIG_MMC=y CONFIG_MMC_UNSAFE_RESUME=y diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb b/recipes-kernel/linux/linux-wandboard_3.10.17.bb index c1f09df..15e6b55 100644 --- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb +++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb @@ -8,7 +8,7 @@ DEPENDS += "lzop-native bc-native" # Wandboard branch - based on 3.10.17_1.0.0_ga from Freescale git SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_ga" -SRCREV = "13697f2edf19fc99921376039bdb0ad595b48ebb" +SRCREV = "8e8131901542e472ac37eda811a4aa633a105fad" LOCALVERSION = "-1.0.0-wandboard"