diff options
| author | Alex Kiernan <[email protected]> | 2018-04-01 09:22:34 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-04-08 23:00:58 -0400 |
| commit | f02b8d17619f76124045a9e75acc17d8de3207a1 (patch) | |
| tree | 889842ea885147086a75ba74d288a7aae22a426e /drivers | |
| parent | 5bc0543df3079add8152afa041b887d081d71839 (diff) | |
Migrate CONFIG_DRIVER_TI_CPSW to Kconfig
This converts CONFIG_DRIVER_TI_CPSW to Kconfig
Signed-off-by: Alex Kiernan <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index f2cfcb06060..98573cb22a4 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -11,6 +11,13 @@ config DM_ETH This is currently implemented in net/eth.c Look in include/net.h for details. +config DRIVER_TI_CPSW + bool "TI Common Platform Ethernet Switch" + select PHYLIB + help + This driver supports the TI three port switch gigabit ethernet + subsystem found in the TI SoCs. + menuconfig NETDEVICES bool "Network device support" depends on NET |
