diff options
author | Alex Kiernan | 2018-04-01 09:22:34 +0000 |
---|---|---|
committer | Tom Rini | 2018-04-08 23:00:58 -0400 |
commit | f02b8d17619f76124045a9e75acc17d8de3207a1 (patch) | |
tree | 889842ea885147086a75ba74d288a7aae22a426e /configs/brxre1_defconfig | |
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 'configs/brxre1_defconfig')
-rw-r--r-- | configs/brxre1_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/brxre1_defconfig b/configs/brxre1_defconfig index 4b07bea30aa..45f11d1f4b0 100644 --- a/configs/brxre1_defconfig +++ b/configs/brxre1_defconfig @@ -54,7 +54,7 @@ CONFIG_BOOTP_DNS=y CONFIG_BOOTP_GATEWAY=y CONFIG_BOOTP_SUBNETMASK=y CONFIG_MMC_OMAP_HS=y -CONFIG_PHYLIB=y +CONFIG_DRIVER_TI_CPSW=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_MUSB_HOST=y |