diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2013-06-29 19:23:15 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-07-01 22:18:19 +0200 |
commit | c43861d35a73cfc86ae0506b60e73852849bca6a (patch) | |
tree | c01e4c1910a5db1761faa9628525ded88696500b /drivers/net/ethernet/atheros | |
parent | alx: fix 100mbit/half duplex speed translation (diff) | |
download | linux-c43861d35a73cfc86ae0506b60e73852849bca6a.tar.xz linux-c43861d35a73cfc86ae0506b60e73852849bca6a.zip |
alx: remove NET_CORE Kconfig select
That select doesn't make any sense, remove it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/atheros')
-rw-r--r-- | drivers/net/ethernet/atheros/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/atheros/Kconfig b/drivers/net/ethernet/atheros/Kconfig index 39e8d6cc8843..58ad37c733bc 100644 --- a/drivers/net/ethernet/atheros/Kconfig +++ b/drivers/net/ethernet/atheros/Kconfig @@ -67,7 +67,6 @@ config ALX tristate "Qualcomm Atheros AR816x/AR817x support" depends on PCI select CRC32 - select NET_CORE select MDIO help This driver supports the Qualcomm Atheros L1F ethernet adapter, |