board: microchip: mpfs_icicle: enable new driver configs
authorJamie Gibbons <jamie.gibbons@microchip.com>
Fri, 1 Aug 2025 12:36:25 +0000 (13:36 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 14 Aug 2025 07:33:00 +0000 (15:33 +0800)
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 <jamie.gibbons@microchip.com>
Acked-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/microchip/mpfs_icicle/Kconfig

index 6e8c479..760dffc 100644 (file)
@@ -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