diff options
| author | Michal Simek <[email protected]> | 2019-01-15 08:52:46 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2019-01-24 10:03:43 +0100 |
| commit | fa7971574cfa6b4dc5ca72501b2f2b01159884f2 (patch) | |
| tree | a3949d97f965da8d651d162b2aeda627a8fa1228 /arch | |
| parent | 8df324a20b45f3a15a166797a2d5a5d447337891 (diff) | |
arm64: versal: Setup DM_ETH/MMC if NET/MMC is enabled
Setup proper ETH/MMC dependency for the whole platform.
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d6b1629a00a..d69958b5a25 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -886,6 +886,8 @@ config ARCH_VERSAL select ARM64 select CLK select DM + select DM_ETH if NET + select DM_MMC if MMC select DM_SERIAL select OF_CONTROL |
