]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: mpfs_icicle: imply new clk driver dependencies
authorConor Dooley <conor.dooley@microchip.com>
Wed, 23 Oct 2024 10:17:53 +0000 (11:17 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 29 Oct 2024 11:58:22 +0000 (19:58 +0800)
The clock driver for PolarFire SoC now requires syscon and regmap
features, so imply them to preserve implication of the clock driver.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/microchip/mpfs_icicle/Kconfig

index 4309f7528bb09ad523677af18f97e9304350ec7d..6e8c479e9556e1c3781ec4d1e948e883bbd636b7 100644 (file)
@@ -24,6 +24,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        imply SMP
        imply CLK_CCF
        imply CLK_MPFS
+       imply REGMAP
+       imply SYSCON
        imply SYS_NS16550
        imply CMD_DHCP
        imply CMD_EXT2