diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-04-01 09:22:34 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-08 23:00:58 -0400 |
commit | f02b8d17619f76124045a9e75acc17d8de3207a1 (patch) | |
tree | 889842ea885147086a75ba74d288a7aae22a426e /include/configs/ti814x_evm.h | |
parent | 5bc0543df3079add8152afa041b887d081d71839 (diff) |
Migrate CONFIG_DRIVER_TI_CPSW to Kconfig
This converts CONFIG_DRIVER_TI_CPSW to Kconfig
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/ti814x_evm.h')
-rw-r--r-- | include/configs/ti814x_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index 2f9056cad8..55df77de81 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -155,7 +155,6 @@ #endif /* Ethernet */ -#define CONFIG_DRIVER_TI_CPSW #define CONFIG_MII #define CONFIG_BOOTP_DNS2 #define CONFIG_BOOTP_SEND_HOSTNAME |