summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-03-18 08:38:24 -0400
committerTom Rini <[email protected]>2022-03-25 12:01:15 +0000
commit6329dda175ef6f2c41991be3fdcfe0b5e091b573 (patch)
treea21a417fbb9018e49f325832feb2eae5ad54a569 /drivers
parent5842c8107d9a13b958fa894b22485b32e078f75b (diff)
Convert CONFIG_LPC32XX_ETH to Kconfig
This converts the following to Kconfig: CONFIG_LPC32XX_ETH Cc: Ramon Fried <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index d63c0a986a8..a6171a7c7ff 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -423,6 +423,11 @@ config KSZ9477
This driver implements a DSA switch driver for the KSZ9477 family
of GbE switches using the I2C interface.
+config LPC32XX_ETH
+ bool "LPC32xx Ethernet MAC interface driver"
+ depends on ARCH_LPC32XX
+ default y
+
config MVGBE
bool "Marvell Orion5x/Kirkwood network interface support"
depends on ARCH_KIRKWOOD || ARCH_ORION5X