diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-01 17:58:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-04 07:27:06 -0400 |
commit | 1d5d0275d7684005643952b4591eb5899f55beaf (patch) | |
tree | 2f579f6ce02ab71c8a00387ca965e970b696380e /drivers/net/Kconfig | |
parent | 20a154f95bfe0a3b5bfba90bea7f001c58217536 (diff) | |
parent | 8148693b988fb36463dbc12cef4b7947acae9846 (diff) |
Merge branch 'next' of git://git.denx.de/u-boot-sh
This is part 1 of big network cleanup / DM conversion.
The dc2114x/rtl8139/pcnet/tulip PCI adapter drivers received checkpatch
cleanups in preparation for DM conversion. The smc911x is converted to
DM completely. The dwc_eth_qos cache fixes are applied.
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index bc518f218d..a2587a29e1 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -388,11 +388,13 @@ config SMC911X if SMC911X +if !DM_ETH config SMC911X_BASE hex "SMC911X Base Address" help Define this to hold the physical address of the device (I/O space) +endif #DM_ETH choice prompt "SMC911X bus width" |