diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-11 09:41:49 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:52 +0100 |
commit | 3229c869aa663c99591e124f037c67922222e8e4 (patch) | |
tree | 1fe15deab2006f08d0515406cf96e099d1bdc042 /drivers | |
parent | f412b6ab5b5d0960d29c82151e8ccd40390bc786 (diff) | |
download | u-boot-imx-3229c869aa663c99591e124f037c67922222e8e4.zip u-boot-imx-3229c869aa663c99591e124f037c67922222e8e4.tar.gz u-boot-imx-3229c869aa663c99591e124f037c67922222e8e4.tar.bz2 |
net: emaclite: Move emaclite to Kconfig
Add PHYLIB and MII dependencies and enable it by default for Microblaze.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ee15359..218e1fe 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -110,6 +110,14 @@ config XILINX_AXIEMAC help This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs. +config XILINX_EMACLITE + depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) + select PHYLIB + select MII + bool "Xilinx Ethernetlite" + help + This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs. + config ZYNQ_GEM depends on DM_ETH && (ARCH_ZYNQ || ARCH_ZYNQMP) select PHYLIB |