Skip to content

Commit

Permalink
linux-wandboard: update SRCREV to 8e81319 and update defconfig
Browse files Browse the repository at this point in the history
Update wandboard defconfig to add support for the Fusion touchscreen, Sunplus
keyboard, and some USB to serial devices

Signed-off-by: John Weber <rjohnweber@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
johnweber authored and otavio committed Aug 5, 2014
1 parent 3515bb1 commit 12e5609
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions recipes-kernel/linux/linux-wandboard-3.10.17/defconfig
Expand Up @@ -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
Expand Down Expand Up @@ -252,21 +253,27 @@ 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
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
Expand Down
2 changes: 1 addition & 1 deletion recipes-kernel/linux/linux-wandboard_3.10.17.bb
Expand Up @@ -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"


Expand Down

0 comments on commit 12e5609

Please sign in to comment.