Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1369932
| From | Guodong Xu <guodong.xu@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 3/4] arm64: defconfig: enable several common USB network adapters |
| Date | 2016-04-02 13:50 +0200 |
| Message-ID | <rjsdY-37b-9@gated-at.bofh.it> (permalink) |
| References | <rjsdX-37b-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Akira Tsukamoto <akira.tsukamoto@linaro.org> The arm64 system is likely to be used as a host computer instead of embedded devices and adding USB-Ethernet dongles to make it behave as host PC is mandatory. Changelog: v2: Changed drivers to be as modules instead of built-in. Signed-off-by: Akira Tsukamoto <akira.tsukamoto@linaro.org> Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de> --- arch/arm64/configs/defconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e4952c5..f31a44f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -117,6 +117,16 @@ CONFIG_RAVB=y CONFIG_SMC91X=y CONFIG_SMSC911X=y CONFIG_MICREL_PHY=y +CONFIG_USB_PEGASUS=m +CONFIG_USB_RTL8150=m +CONFIG_USB_RTL8152=m +CONFIG_USB_USBNET=m +CONFIG_USB_NET_DM9601=m +CONFIG_USB_NET_SR9800=m +CONFIG_USB_NET_SMSC75XX=m +CONFIG_USB_NET_SMSC95XX=m +CONFIG_USB_NET_PLUSB=m +CONFIG_USB_NET_MCS7830=m # CONFIG_WLAN is not set CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] Enable configs for 96boards HiKey and general arm64 Guodong Xu <guodong.xu@linaro.org> - 2016-04-02 13:50 +0200 [PATCH v3 2/4] arm64: defconfig: add CONFIG_SPI_SPIDEV as module Guodong Xu <guodong.xu@linaro.org> - 2016-04-02 13:50 +0200 [PATCH v3 3/4] arm64: defconfig: enable several common USB network adapters Guodong Xu <guodong.xu@linaro.org> - 2016-04-02 13:50 +0200 [PATCH v3 4/4] arm64: defconfig: enable configs for WLAN and TI WL1835 as modules Guodong Xu <guodong.xu@linaro.org> - 2016-04-02 13:50 +0200
csiph-web