linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: guodong.xu@linaro.org (Guodong Xu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/3] ARM64: defconfig: enable several common USB network adapters
Date: Fri, 11 Mar 2016 07:09:11 +0700	[thread overview]
Message-ID: <1457654951-29944-4-git-send-email-guodong.xu@linaro.org> (raw)
In-Reply-To: <1457654951-29944-1-git-send-email-guodong.xu@linaro.org>

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 2d92343..7cd7056 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

  parent reply	other threads:[~2016-03-11  0:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-11  0:09 [PATCH v2 0/3] Enable configs for 96boards HiKey and general arm64 Guodong Xu
2016-03-11  0:09 ` [PATCH v2 1/3] arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey Guodong Xu
2016-03-11  0:09 ` [PATCH v2 2/3] arm64: defconfig: add CONFIG_SPI_SPIDEV as module Guodong Xu
2016-03-11  0:09 ` Guodong Xu [this message]
2016-04-18 15:17 ` [PATCH v2 0/3] Enable configs for 96boards HiKey and general arm64 Wei Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1457654951-29944-4-git-send-email-guodong.xu@linaro.org \
    --to=guodong.xu@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).