diff options
| author | Marek Vasut <[email protected]> | 2021-07-03 20:38:26 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2021-07-20 23:33:54 +0200 |
| commit | 85cd345dc8a979b7d67c69030e081711e68bb2be (patch) | |
| tree | df94ac1c9480ca3e482beca390b85132a75d3dfa /drivers/sysinfo/Kconfig | |
| parent | dd3dfa50d88cffeb244485594a7bf18c58ae6d63 (diff) | |
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 <[email protected]>
Cc: Sean Anderson <[email protected]>
Cc: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/sysinfo/Kconfig')
| -rw-r--r-- | drivers/sysinfo/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/sysinfo/Kconfig b/drivers/sysinfo/Kconfig index 381dcd88442..e35f7cb1791 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 |
