diff options
| author | T Karthik Reddy <[email protected]> | 2020-09-17 06:52:09 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2020-10-27 08:01:36 +0100 |
| commit | 78efd7847c0ec037a168b8a03b28f949ad4bfffe (patch) | |
| tree | 51d95a03e4eff890c71741a826aab88df0f55f7b | |
| parent | e1303b2bc14fb633dee9716af8a93657e4565eb7 (diff) | |
microblaze: Enable spi for microblaze
Enable SPI drivers and driver model for microblaze.
Signed-off-by: T Karthik Reddy <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/microblaze/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index ff6b3c7e3d6..2755cce884c 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -16,6 +16,9 @@ config TARGET_MICROBLAZE_GENERIC select OF_CONTROL select SUPPORT_SPL select SYSRESET + select DM_SPI + select DM_SPI_FLASH + select SPI imply CMD_DM endchoice |
