diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-03-07 16:24:04 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 15:36:17 +0200 |
commit | 8479b9e6c9db6dc0971283c35d59ab07b289be52 (patch) | |
tree | 7529b665c4d9bb9ae6299e71b89ab408be7140dc /drivers/misc/Kconfig | |
parent | 6bec6c169ff5f5c00e58d451c6afa90f89dc6903 (diff) | |
download | u-boot-8479b9e6c9db6dc0971283c35d59ab07b289be52.tar.gz |
drivers: misc: add Gateworks System Controller driver
Add a driver for the Gateworks System Controller used on Gateworks boards
which provides a boot watchdog, power control, temperature monitor,
and voltage ADCs.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 7029bb7b5c5..10fd601278e 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -46,6 +46,14 @@ config ATSHA204A CryptoAuthentication module found for example on the Turris Omnia board. +config GATEWORKS_SC + bool "Gateworks System Controller Support" + depends on MISC + help + Enable access for the Gateworks System Controller used on Gateworks + boards to provide a boot watchdog, power control, temperature monitor, + voltage ADCs, and EEPROM. + config ROCKCHIP_EFUSE bool "Rockchip e-fuse support" depends on MISC |