diff options
| author | Tom Rini <trini@konsulko.com> | 2022-03-18 08:38:19 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-03-25 12:01:15 +0000 |
| commit | 5a606a4c977dda5d3079502dca12800c62a68465 (patch) | |
| tree | f66599b140bed35fe8e798b1ab068375b3cfc7be /include/configs/at91sam9m10g45ek.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/at91sam9m10g45ek.h')
| -rw-r--r-- | include/configs/at91sam9m10g45ek.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index 0f5d991022c..a6642973648 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -48,7 +48,6 @@ /* Ethernet */ #define CONFIG_RESET_PHY_R -#define CONFIG_AT91_WANTS_COMMON_PHY #ifdef CONFIG_NAND_BOOT /* bootstrap + u-boot + env in nandflash */ |
