diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-02 10:11:12 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-02 10:11:12 -0500 |
commit | 544d5e98f3657e4ac1966be8971586aa42dad8c4 (patch) | |
tree | 742ce50ddb331b05ea9a89db0faf1be4b35db8b5 /drivers/net/mscc_eswitch/Kconfig | |
parent | 1b0769f2ed17ffc1cf9b32ad057bc8b160cbcbae (diff) | |
parent | 364e407f3cafd485db4d090430e3861c99858d42 (diff) |
Merge tag 'mips-pull-2019-02-01' of git://git.denx.de/u-boot-mips
- MIPS: mscc: jr2: small fixes
- MIPS: mscc: luton: add ethernet and switch driver
- MIPS: mt76xx: fix timer frequency
Diffstat (limited to 'drivers/net/mscc_eswitch/Kconfig')
-rw-r--r-- | drivers/net/mscc_eswitch/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/net/mscc_eswitch/Kconfig b/drivers/net/mscc_eswitch/Kconfig new file mode 100644 index 0000000000..88e5a97c4b --- /dev/null +++ b/drivers/net/mscc_eswitch/Kconfig @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (c) 2019 Microsemi Corporation + +config MSCC_OCELOT_SWITCH + bool "Ocelot switch driver" + depends on DM_ETH && ARCH_MSCC + select PHYLIB + help + This driver supports the Ocelot network switch device. + +config MSCC_LUTON_SWITCH + bool "Luton switch driver" + depends on DM_ETH && ARCH_MSCC + select PHYLIB + help + This driver supports the Luton network switch device. |