diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-03 21:51:51 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-04 20:08:15 +0200 |
commit | aba297b7fd7ba319cb18c8df3d49d62774bc5207 (patch) | |
tree | b598b8586133a0fd244de0742eb7ea840a15d37a /target/linux/lantiq/ase | |
parent | 695645b9ac1c0bcb90b20c49e463be84927a4967 (diff) | |
download | upstream-aba297b7fd7ba319cb18c8df3d49d62774bc5207.tar.gz upstream-aba297b7fd7ba319cb18c8df3d49d62774bc5207.tar.bz2 upstream-aba297b7fd7ba319cb18c8df3d49d62774bc5207.zip |
lantiq: ase: enable USB and wireless
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>
Diffstat (limited to 'target/linux/lantiq/ase')
-rw-r--r-- | target/linux/lantiq/ase/config-default | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/lantiq/ase/config-default b/target/linux/lantiq/ase/config-default index 7b766656db..b802509022 100644 --- a/target/linux/lantiq/ase/config-default +++ b/target/linux/lantiq/ase/config-default @@ -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 |