* [PATCH] Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to Kconfig
@ 2020-07-03 13:27 Adam Ford
2020-07-28 22:28 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2020-07-03 13:27 UTC (permalink / raw)
To: u-boot
This converts the following to Kconfig:
CONFIG_DRIVER_TI_EMAC_USE_RMII
Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index 58fb91c1c5..a78a596d4d 100644
--- a/configs/am3517_evm_defconfig
+++ b/configs/am3517_evm_defconfig
@@ -62,6 +62,7 @@ CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
CONFIG_DM_ETH=y
CONFIG_MII=y
CONFIG_DRIVER_TI_EMAC=y
+CONFIG_DRIVER_TI_EMAC_USE_RMII=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_SINGLE=y
CONFIG_DM_PMIC=y
diff --git a/drivers/net/ti/Kconfig b/drivers/net/ti/Kconfig
index ecf642de10..f2dbbd0128 100644
--- a/drivers/net/ti/Kconfig
+++ b/drivers/net/ti/Kconfig
@@ -14,6 +14,12 @@ config DRIVER_TI_EMAC
help
Support for davinci emac
+config DRIVER_TI_EMAC_USE_RMII
+ depends on DRIVER_TI_EMAC
+ bool "Use RMII"
+ help
+ Configure the TI EMAC driver to use RMII
+
config DRIVER_TI_KEYSTONE_NET
bool "TI Keystone 2 Ethernet"
help
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 18d0568287..f61bb1d44d 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -34,7 +34,6 @@
/* I2C */
/* Ethernet */
-#define CONFIG_DRIVER_TI_EMAC_USE_RMII
#define CONFIG_BOOTP_DEFAULT
#define CONFIG_BOOTP_DNS2
#define CONFIG_BOOTP_SEND_HOSTNAME
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index 114c773fd9..2d588d9003 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -152,7 +152,6 @@
* Network & Ethernet Configuration
*/
#ifdef CONFIG_DRIVER_TI_EMAC
-#undef CONFIG_DRIVER_TI_EMAC_USE_RMII
#define CONFIG_BOOTP_DEFAULT
#define CONFIG_BOOTP_DNS2
#define CONFIG_BOOTP_SEND_HOSTNAME
diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h
index b127a774ac..31c582bde6 100644
--- a/include/configs/tam3517-common.h
+++ b/include/configs/tam3517-common.h
@@ -118,7 +118,6 @@
* ethernet support, EMAC
*
*/
-#define CONFIG_DRIVER_TI_EMAC_USE_RMII
#define CONFIG_BOOTP_DNS2
#define CONFIG_BOOTP_SEND_HOSTNAME
#define CONFIG_NET_RETRY_COUNT 10
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 61d0d8cc6f..9a7f0fba0c 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -341,7 +341,6 @@ CONFIG_DRIVER_DM9000
CONFIG_DRIVER_EP93XX_MAC
CONFIG_DRIVER_NE2000
CONFIG_DRIVER_NE2000_BASE
-CONFIG_DRIVER_TI_EMAC_USE_RMII
CONFIG_DSP_CLUSTER_START
CONFIG_DUOVERO
CONFIG_DWC2_DFLT_SPEED_FULL
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to Kconfig
2020-07-03 13:27 [PATCH] Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to Kconfig Adam Ford
@ 2020-07-28 22:28 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-07-28 22:28 UTC (permalink / raw)
To: u-boot
On Fri, Jul 03, 2020 at 08:27:12AM -0500, Adam Ford wrote:
> This converts the following to Kconfig:
> CONFIG_DRIVER_TI_EMAC_USE_RMII
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
>
> diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
> index 58fb91c1c5..a78a596d4d 100644
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200728/bebf0720/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-28 22:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-03 13:27 [PATCH] Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to Kconfig Adam Ford
2020-07-28 22:28 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox