diff options
author | Neil Armstrong | 2021-02-25 09:44:33 +0100 |
---|---|---|
committer | Neil Armstrong | 2021-04-06 11:10:29 +0200 |
commit | 1f636d8cb1e313f51ecc0ee75838fc1018c00755 (patch) | |
tree | b61d2c3941345bc344479ca1bf9f40c843a98ea3 /configs/odroid-c4_defconfig | |
parent | 6950ba468026fde6a315a0281f811e318882a8fb (diff) |
configs: update Amlogic Meson G12A, G12B & SM1 configs for MDIO MUX
Use DM_MDIO and the new G12A MDIO MUX driver for G12A, G12B & SM1 boards.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'configs/odroid-c4_defconfig')
-rw-r--r-- | configs/odroid-c4_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/odroid-c4_defconfig b/configs/odroid-c4_defconfig index 8a9b8b0c021..b5e427fda77 100644 --- a/configs/odroid-c4_defconfig +++ b/configs/odroid-c4_defconfig @@ -30,6 +30,9 @@ CONFIG_ADC=y CONFIG_SARADC_MESON=y CONFIG_DM_MMC=y CONFIG_MMC_MESON_GX=y +CONFIG_DM_MDIO=y +CONFIG_DM_MDIO_MUX=y +CONFIG_MDIO_MUX_MESON_G12A=y CONFIG_PHY_REALTEK=y CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y |