mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 01:53:27 +08:00
e2635570e0
Deduplicate common Renesas defconfig by factoring out the common parts into generic renesas_rcar_defconfig and including those using the #include <configs/...> preprocessor macro in the current set of board specific defconfigs. The preprocessor macro is applicable to defconfigs as well. This introduces no functional change, the resulting .config are identical for all Renesas systems. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
28 lines
513 B
Plaintext
28 lines
513 B
Plaintext
CONFIG_CLK=y
|
|
CONFIG_CLK_RENESAS=y
|
|
CONFIG_CMD_BOOTZ=y
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_EXT2=y
|
|
CONFIG_CMD_EXT4=y
|
|
CONFIG_CMD_EXT4_WRITE=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_CMD_GPIO=y
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_DM_GPIO=y
|
|
CONFIG_DM_I2C=y
|
|
CONFIG_DM_REGULATOR=y
|
|
CONFIG_DM_REGULATOR_FIXED=y
|
|
CONFIG_DM_REGULATOR_GPIO=y
|
|
CONFIG_DM_SPI=y
|
|
CONFIG_DM_SPI_FLASH=y
|
|
CONFIG_FIT=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_MTD=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_RCAR_GPIO=y
|
|
CONFIG_SCIF_CONSOLE=y
|
|
CONFIG_SPI=y
|
|
CONFIG_VERSION_VARIABLE=y
|