diff options
| author | Tom Rini <[email protected]> | 2022-11-03 08:27:44 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-11-03 08:27:44 -0400 |
| commit | c07babda65a47439b4f02bbb3204dfcb8679edc1 (patch) | |
| tree | 328a9d369b453a38a81c86f8b731770a48886bda /board | |
| parent | cca41ed3d63f462ca044e0d2d30a34d4917fc6c5 (diff) | |
| parent | 7321bad25f18684b53cff4346543fb2da2a2c0d0 (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv
Diffstat (limited to 'board')
| -rw-r--r-- | board/microchip/mpfs_icicle/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/microchip/mpfs_icicle/Kconfig b/board/microchip/mpfs_icicle/Kconfig index e37091373ff..7cd5a597bba 100644 --- a/board/microchip/mpfs_icicle/Kconfig +++ b/board/microchip/mpfs_icicle/Kconfig @@ -50,5 +50,12 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply CMD_I2C imply DM_I2C imply SYS_I2C_MICROCHIP + imply SPI + imply DM_SPI + imply MICROCHIP_COREQSPI + imply MTD_SPI_NAND + imply CMD_MTD + imply MTD_PARTITIONS + imply CMD_MTDPARTS endif |
