aboutsummaryrefslogtreecommitdiff
path: root/configs/rcar3_salvator-x_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-03 20:41:50 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-20 23:33:54 +0200
commitef283c3ae612a1f1cd530a34cdcf074d447b2da9 (patch)
treefce82ba8326e1f849f00dc1c42c0fae9c12a4c6c /configs/rcar3_salvator-x_defconfig
parentdceca41ed1a71d238f6e5a94a63dd04690bc7216 (diff)
downloadu-boot-ef283c3ae612a1f1cd530a34cdcf074d447b2da9.zip
u-boot-ef283c3ae612a1f1cd530a34cdcf074d447b2da9.tar.gz
u-boot-ef283c3ae612a1f1cd530a34cdcf074d447b2da9.tar.bz2
ARM: rmobile: Enable sysinfo on R-Car Gen3
Enable support for sysinfo on supported R-Car Gen3 boards. The sysinfo is used e.g. to access and decode board-specific information and then in turn used by board-info to print those information. On R-Car Gen3 the sysinfo rcar3 driver is used to parse the board ID EEPROM, obtain board type and revision from it, and let board-info print this information on boot. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'configs/rcar3_salvator-x_defconfig')
-rw-r--r--configs/rcar3_salvator-x_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rcar3_salvator-x_defconfig b/configs/rcar3_salvator-x_defconfig
index ef9775a..150db3b 100644
--- a/configs/rcar3_salvator-x_defconfig
+++ b/configs/rcar3_salvator-x_defconfig
@@ -90,6 +90,7 @@ CONFIG_SCIF_CONSOLE=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_RENESAS_RPC_SPI=y
+CONFIG_SYSINFO=y
CONFIG_TEE=y
CONFIG_OPTEE=y
CONFIG_USB=y