From c47be497b6a6bbcf9cd1abd5d93d74d2ab456b35 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 10 Nov 2014 10:19:31 +0200 Subject: nitrogen6x: update kernel configs Previous kernel config changes are now merged upstream, and the fix for the imx-vpu is also in, so all configuration changes can be removed. Add support for Nitrogen6_Lite. The Nitrogen6_Lite board supports a Broadcom 4331 WiFi/Bluetooth module, and typically has one of its' GPIO ports configured as an LED_GPIO control (for a dry-contact output). Change-Id: I840e7703624c652acf0a0262102e6491a3908719 Signed-off-by: Eric Nelson Reviewed-by: Eirik Aavitsland --- .../recipes/linux/linux-boundary_3.10.17.bbappend | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'meta-fsl-extras/recipes') diff --git a/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend b/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend index da33ff5..7c924b2 100644 --- a/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend +++ b/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend @@ -24,19 +24,15 @@ RDEPENDS_kernel-base = "" do_configure_prepend() { - # Use multitouch protocol for touchscreen that support it - echo "CONFIG_TOUCHSCREEN_EGALAX_SINGLE_TOUCH=n" >> ${WORKDIR}/defconfig - echo "CONFIG_TOUCHSCREEN_FT5X06_SINGLE_TOUCH=n" >> ${WORKDIR}/defconfig + # fix imx-vpu break on video decoding + echo "CONFIG_VMSPLIT_2G=y" >> ${WORKDIR}/defconfig - # FunctionFS for adb - echo "CONFIG_USB_FUNCTIONFS=m" >> ${WORKDIR}/defconfig + # include H4 UART for Broadcom BT on Nitrogen6_Lite + echo "CONFIG_BT_HCIUART_H4=y" >> ${WORKDIR}/defconfig - # Enable USB serial support - echo "CONFIG_USB_SERIAL=m" >> ${WORKDIR}/defconfig - echo "CONFIG_USB_SERIAL_GENERIC=y" >> ${WORKDIR}/defconfig - echo "CONFIG_USB_SERIAL_FTDI_SIO=m" >> ${WORKDIR}/defconfig - echo "CONFIG_USB_SERIAL_PL2303=m" >> ${WORKDIR}/defconfig + # include Broadcom WiFi for Nitrogen6_Lite + echo "CONFIG_BRCMFMAC=m" >> ${WORKDIR}/defconfig - # fix imx-vpu break on video decoding - echo "CONFIG_VMSPLIT_2G=y" >> ${WORKDIR}/defconfig + # include LEDS_GPIO for Nitrogen6_Lite + echo "CONFIG_LEDS_GPIO=y" >> ${WORKDIR}/defconfig } -- cgit v1.2.3-54-g00ecf