aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Campbell <[email protected]>2015-08-04 20:25:55 +0100
committerDavid S. Miller <[email protected]>2015-08-07 00:01:37 -0700
commit22f54bf932a0eed73134b696b238db4bdcff5cd4 (patch)
tree66ad5fd04076a2e6011df2d6f4f196f1cac95c5f
parent7ebc482202fd54e7cf718619e869f4320b8e3bb6 (diff)
net: thunderx: remove effective "default y" from Kconfig if ARCH_THUNDER=y
As well as for kernels built only for ThunderX ARCH_THUNDERX is also enabled for kernels which support multiple platforms (such as distro kernels). Thus "default ARCH_THUNDER" is inappropriate. I believe default m is equally frowned upon, so remove the line completely rather than "default m if ARCH_THUNDER". Signed-off-by: Ian Campbell <[email protected]> Cc: Sunil Goutham <[email protected]> Cc: Robert Richter <[email protected]> Cc: Derek Chickles <[email protected]> Cc: Satanand Burla <[email protected]> Cc: Felix Manlunas <[email protected]> Cc: Raghu Vatsavayi <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--drivers/net/ethernet/cavium/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/cavium/Kconfig b/drivers/net/ethernet/cavium/Kconfig
index c4d6bbe9458d..02e23e6f1424 100644
--- a/drivers/net/ethernet/cavium/Kconfig
+++ b/drivers/net/ethernet/cavium/Kconfig
@@ -16,7 +16,6 @@ if NET_VENDOR_CAVIUM
config THUNDER_NIC_PF
tristate "Thunder Physical function driver"
depends on 64BIT
- default ARCH_THUNDER
select THUNDER_NIC_BGX
---help---
This driver supports Thunder's NIC physical function.
@@ -29,14 +28,12 @@ config THUNDER_NIC_PF
config THUNDER_NIC_VF
tristate "Thunder Virtual function driver"
depends on 64BIT
- default ARCH_THUNDER
---help---
This driver supports Thunder's NIC virtual function
config THUNDER_NIC_BGX
tristate "Thunder MAC interface driver (BGX)"
depends on 64BIT
- default ARCH_THUNDER
---help---
This driver supports programming and controlling of MAC
interface from NIC physical function driver.