mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
As exposed by "make randconfig", we have an issue with the dependencies for REGMAP (and xPL variants). As this is a library function, it should always be selected and not depended on by other functionality. This is largely done correctly today, so just correct the few outliers. Acked-by: Anshul Dalal <anshuld@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
config CLK_MPFS
|
|
bool "Clock support for Microchip PolarFire SoC"
|
|
depends on CLK && CLK_CCF
|
|
depends on SYSCON
|
|
help
|
|
This enables support clock driver for Microchip PolarFire SoC platform.
|