diff options
author | Tom Rini | 2022-03-18 08:38:19 -0400 |
---|---|---|
committer | Tom Rini | 2022-03-25 12:01:15 +0000 |
commit | 5a606a4c977dda5d3079502dca12800c62a68465 (patch) | |
tree | f66599b140bed35fe8e798b1ab068375b3cfc7be /include/configs/smartweb.h | |
parent | 210a4b46bdc85a70af0f779861c945cb70227fea (diff) |
Convert CONFIG_AT91_WANTS_COMMON_PHY to Kconfig
This converts the following to Kconfig:
CONFIG_AT91_WANTS_COMMON_PHY
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/smartweb.h')
-rw-r--r-- | include/configs/smartweb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h index 259c05df553..7b6395581bf 100644 --- a/include/configs/smartweb.h +++ b/include/configs/smartweb.h @@ -81,7 +81,6 @@ * */ #define CONFIG_RMII /* use reduced MII inteface */ -#define CONFIG_AT91_WANTS_COMMON_PHY /* BOOTP and DHCP options */ |