diff options
| author | Michal Simek <[email protected]> | 2019-01-15 10:50:39 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2019-01-24 10:03:43 +0100 |
| commit | 088f83ee3a194af798adb56e27c20b37c49b034a (patch) | |
| tree | 14e2a2c95abedbc9348b0bde43fc778364444654 /arch | |
| parent | 6f96fb508df5c23c34fb801f75e7b7166833e435 (diff) | |
arm64: zynqmp: Setup proper SPI dependency
Select DM_SPI/DM_SPI_FLASH for the whole SoC.
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 8346b172ac6..a65e0c52116 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -946,6 +946,8 @@ config ARCH_ZYNQMP select DM_ETH if NET select DM_MMC if MMC select DM_SERIAL + select DM_SPI if SPI + select DM_SPI_FLASH if DM_SPI select DM_USB if USB select OF_CONTROL select SPL_BOARD_INIT if SPL |
