diff options
author | Marek Vasut <marex@denx.de> | 2020-03-25 19:08:59 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2020-05-22 19:46:45 +0200 |
commit | df4c4834fc008315bce2f978220ecc9da2e3862c (patch) | |
tree | 2017538e5807e8cac59d32f2899d2d0ac888983d /drivers/net/Kconfig | |
parent | 1d476de7c8fbb93aab95dd5b522488ca4bfdc5a0 (diff) | |
download | u-boot-df4c4834fc008315bce2f978220ecc9da2e3862c.tar.gz u-boot-df4c4834fc008315bce2f978220ecc9da2e3862c.tar.xz u-boot-df4c4834fc008315bce2f978220ecc9da2e3862c.zip |
net: ks8851: Add Kconfig entries
Convert CONFIG_KS8851_MLL and CONFIG_KS8851_MLL_BASEADDR to Kconfig
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index f7855c92d3..0b08de0ef4 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -307,6 +307,20 @@ config FSLDMAFEC This driver supports the network interface units in the ColdFire family. +config KS8851_MLL + bool "Microchip KS8851-MLL controller driver" + help + The Microchip KS8851 parallel bus external ethernet interface chip. + +if KS8851_MLL +if !DM_ETH +config KS8851_MLL_BASEADDR + hex "Microchip KS8851-MLL Base Address" + help + Define this to hold the physical address of the device (I/O space) +endif #DM_ETH +endif #KS8851_MLL + config MVGBE bool "Marvell Orion5x/Kirkwood network interface support" depends on ARCH_KIRKWOOD || ARCH_ORION5X |