diff options
| author | Marek Vasut <[email protected]> | 2020-01-27 01:15:27 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-02-09 15:03:54 +0100 |
| commit | b91f28de83ee975650f69766208fedb7489391e2 (patch) | |
| tree | c64065f81f13343067ae95b9856faddc785ac926 /arch | |
| parent | e772b4fea8e4c9c991f8270c960d5b20c8a82f85 (diff) | |
ARM: imx: novena: Enable DM ethernet
Convert to DM ethernet to prevent board removal.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Vagrant Cascadian <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-imx/mx6/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 811c41d9065..f9f576d4039 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -259,6 +259,7 @@ config TARGET_GW_VENTANA config TARGET_KOSAGI_NOVENA bool "Kosagi Novena" select BOARD_LATE_INIT + select DM_ETH select DM_GPIO select DM_MMC select DM_PCI |
