Skip to content
Snippets Groups Projects
Commit c47be497 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

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: default avatarEric Nelson <eric.nelson@boundarydevices.com>
Reviewed-by: default avatarEirik Aavitsland <eirik.aavitsland@digia.com>
parent b5742f38
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment