summaryrefslogtreecommitdiff
path: root/drivers/sysinfo/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-03 21:38:26 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-21 00:33:54 +0300
commit85cd345dc8a979b7d67c69030e081711e68bb2be (patch)
treedf94ac1c9480ca3e482beca390b85132a75d3dfa /drivers/sysinfo/Kconfig
parentdd3dfa50d88cffeb244485594a7bf18c58ae6d63 (diff)
downloadu-boot-85cd345dc8a979b7d67c69030e081711e68bb2be.tar.xz
sysinfo: rcar3: Add Renesas R-Car Gen3 sysinfo driver
The Renesas R-Car Gen3 development kits contain board ID EEPROM. This driver parses out the board ID and revision out of that EEPROM and exports it e.g. for the board-info print on boot. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Sean Anderson <sean.anderson@seco.com> Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/sysinfo/Kconfig')
-rw-r--r--drivers/sysinfo/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/sysinfo/Kconfig b/drivers/sysinfo/Kconfig
index 381dcd8844..e35f7cb179 100644
--- a/drivers/sysinfo/Kconfig
+++ b/drivers/sysinfo/Kconfig
@@ -17,6 +17,13 @@ config SYSINFO_GAZERBEAM
help
Support querying device information for the gdsys Gazerbeam board.
+config SYSINFO_RCAR3
+ bool "Enable sysinfo driver for the Renesas R-Car Gen3"
+ depends on RCAR_GEN3 && I2C_EEPROM
+ default y if RCAR_GEN3
+ help
+ Support querying SoC version information for Renesas R-Car Gen3.
+
config SYSINFO_SANDBOX
bool "Enable sysinfo driver for the Sandbox board"
help