mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03: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>
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
#include <configs/renesas_rcar.config>
|
|
|
|
CONFIG_CMD_FS_GENERIC=y
|
|
CONFIG_CMD_SPI=y
|
|
CONFIG_CMD_TEMPERATURE=y
|
|
CONFIG_DM_THERMAL=y
|
|
CONFIG_PHY_ANEG_TIMEOUT=20000
|
|
CONFIG_RCAR_GEN3_THERMAL=y
|
|
CONFIG_REMAKE_ELF=y
|
|
CONFIG_RENESAS_RPC_SPI=y
|
|
CONFIG_SUPPORT_RAW_INITRD=y
|
|
CONFIG_SYSCON=y
|
|
CONFIG_SYS_MALLOC_BOOTPARAMS=y
|
|
CONFIG_SYS_MALLOC_LEN=0x4000000
|
|
CONFIG_SYS_MONITOR_LEN=1048576
|