lantiq: ase: enable USB and wireless
authorMathias Kresin <dev@kresin.me>
Tue, 3 Oct 2017 19:51:51 +0000 (21:51 +0200)
committerMathias Kresin <dev@kresin.me>
Wed, 4 Oct 2017 18:08:15 +0000 (20:08 +0200)
Add the missing USB related kernel config options to target config.
Enable wireless as well, wireless is supported via USB.

Fixes compile/packaging errors with the libertas wireless kernel
module.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/ase/config-default

index 7b766656db3d3fe26055f666f3f37e16090d85c0..b802509022b335938e0d1c1df0b460da51988891 100644 (file)
@@ -12,12 +12,14 @@ CONFIG_GPIO_GENERIC_PLATFORM=y
 # CONFIG_LBDAF is not set
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_MIPS_FPU_EMULATOR=y
+CONFIG_NLS=y
 # CONFIG_PSB6970_PHY is not set
 # CONFIG_RTL8366_SMI is not set
 CONFIG_SOC_AMAZON_SE=y
 # CONFIG_SOC_XWAY is not set
+CONFIG_USB=y
+CONFIG_USB_COMMON=y
+# CONFIG_USB_EHCI_HCD is not set
 CONFIG_USB_SUPPORT=y
-# CONFIG_WIRELESS is not set
-# CONFIG_WLAN is not set
 CONFIG_ZLIB_DEFLATE=y
 CONFIG_ZLIB_INFLATE=y