board: mpfs_icicle: imply new clk driver dependencies

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>
This commit is contained in:
Conor Dooley 2024-10-23 11:17:53 +01:00 committed by Leo Yu-Chi Liang
parent 084367be4d
commit f23ecdddf1

View 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