All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Packham <judge.packham@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH 1/4] Kconfig: drop CONFIG_USB_ETHER_DM9601
Date: Sun, 20 Aug 2017 22:20:22 +1200	[thread overview]
Message-ID: <20170820102025.20812-2-judge.packham@gmail.com> (raw)
In-Reply-To: <20170820102025.20812-1-judge.packham@gmail.com>

This is not a valid option. Drop it.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 include/configs/dragonboard410c.h | 1 -
 scripts/config_whitelist.txt      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
index 26103583ab00..5c88bf95df9f 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -39,7 +39,6 @@
 #define CONFIG_USB_HOST_ETHER /* Enable USB Networking */
 
 /* Support all possible USB ethernet dongles */
-#define CONFIG_USB_ETHER_DM9601
 #define CONFIG_USB_ETHER_ASIX
 #define CONFIG_USB_ETHER_ASIX88179
 #define CONFIG_USB_ETHER_MCS7830
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index db284571f72c..12f3dcb39e72 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -5037,7 +5037,6 @@ CONFIG_USB_EHCI_VF
 CONFIG_USB_ETHER
 CONFIG_USB_ETHER_ASIX
 CONFIG_USB_ETHER_ASIX88179
-CONFIG_USB_ETHER_DM9601
 CONFIG_USB_ETHER_MCS7830
 CONFIG_USB_ETHER_RNDIS
 CONFIG_USB_ETHER_RTL8152
-- 
2.14.1

  reply	other threads:[~2017-08-20 10:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-20 10:20 [U-Boot] [RFC PATCH 0/4] usb: net: Migrate USB Ethernet to Kconfig Chris Packham
2017-08-20 10:20 ` Chris Packham [this message]
2017-08-26 23:13   ` [U-Boot] [RFC PATCH 1/4] Kconfig: drop CONFIG_USB_ETHER_DM9601 Simon Glass
2017-08-20 10:20 ` [U-Boot] [RFC PATCH 2/4] Kconfig: drop CONFIG_USB_ETHER_RNDIS Chris Packham
2017-08-26 23:13   ` Simon Glass
2017-08-20 10:20 ` [U-Boot] [RFC PATCH 3/4] usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig Chris Packham
2017-08-26 23:13   ` Simon Glass
2017-08-26 23:22     ` Chris Packham
2017-08-20 10:20 ` [U-Boot] [RFC PATCH 4/4] usb: net: migrate USB Ethernet adapters " Chris Packham
2017-08-26 23:13   ` Simon Glass
2017-08-27 22:03 ` [U-Boot] [RFC PATCH 0/4] usb: net: Migrate USB Ethernet " Łukasz Majewski

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=20170820102025.20812-2-judge.packham@gmail.com \
    --to=judge.packham@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.