mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
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:
parent
084367be4d
commit
f23ecdddf1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue