diff options
author | Aparna Balasubramanian <aparnab@ti.com> | 2017-11-09 09:40:04 -0600 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-11-27 17:17:06 +0530 |
commit | 3984d64aba35f9a317e4afa48f48b4cc6f46d084 (patch) | |
tree | 956eb9df02b323d1d15a8f666cf2875f815df6f6 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) |
ARM: davinci_all_defconfig: enable support for USB network adaptors
Enables CONFIG_USB_USBNET so that well known USB network adapters
can enumerate as network interfaces.
Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r-- | arch/arm/configs/davinci_all_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index bd0cf22f9ceb..026154c1d55a 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -94,6 +94,7 @@ CONFIG_PPP=m CONFIG_PPP_DEFLATE=m CONFIG_PPP_ASYNC=m CONFIG_PPP_SYNC_TTY=m +CONFIG_USB_USBNET=m CONFIG_INPUT_EVDEV=m CONFIG_INPUT_EVBUG=m CONFIG_KEYBOARD_ATKBD=m |