diff options
| author | Jamie Gibbons <[email protected]> | 2025-08-01 13:36:25 +0100 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-08-14 15:33:00 +0800 |
| commit | c93a93e4f2361c014ac30badc0d78c85ca02c438 (patch) | |
| tree | d2f97be96dc74c3c32189077e7da43cc204d4e01 | |
| parent | b7a0ad16f9114a7fe648d94e67d943772b8119ab (diff) | |
board: microchip: mpfs_icicle: enable new driver configs
Enable the MPFS mailbox and system controller drivers for use with the
Icicle kit. These functions are crucial for the board setup functions
that run in the Icicle board file - mpfs_icicle.c.
Signed-off-by: Jamie Gibbons <[email protected]>
Acked-by: Leo Yu-Chi Liang <[email protected]>
| -rw-r--r-- | board/microchip/mpfs_icicle/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/microchip/mpfs_icicle/Kconfig b/board/microchip/mpfs_icicle/Kconfig index 6e8c479e955..760dffc488b 100644 --- a/board/microchip/mpfs_icicle/Kconfig +++ b/board/microchip/mpfs_icicle/Kconfig @@ -59,5 +59,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply MTD_SPI_NAND imply CMD_MTD imply CMD_MTDPARTS + imply DM_MAILBOX + imply MPFS_MBOX + imply MISC + imply MPFS_SYSCONTROLLER endif |
