diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2018-10-31 16:21:39 -0500 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-11-05 10:41:59 -0600 |
commit | ffad5fa0cdc55c47bc023e9e0fe55e27b7317ea4 (patch) | |
tree | 4ff90e9453cd3eed2b820c3267c7ddc471446449 /drivers/net/ti/Kconfig | |
parent | 05bbd676a7579545bc9c0b7ec590793bd33d2024 (diff) |
driver: net: consolidate ti's code in separate folder
Add drivers/net/ti/ folder and move all TI's code in this folder for better
maintenance.
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Diffstat (limited to 'drivers/net/ti/Kconfig')
-rw-r--r-- | drivers/net/ti/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/net/ti/Kconfig b/drivers/net/ti/Kconfig new file mode 100644 index 0000000000..35a6b5d499 --- /dev/null +++ b/drivers/net/ti/Kconfig @@ -0,0 +1,15 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ + +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. + +config DRIVER_TI_EMAC + bool "TI Davinci EMAC" + help + Support for davinci emac |