aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-03-07 16:24:04 -0800
committerStefano Babic <sbabic@denx.de>2022-04-12 15:36:17 +0200
commit8479b9e6c9db6dc0971283c35d59ab07b289be52 (patch)
tree7529b665c4d9bb9ae6299e71b89ab408be7140dc /drivers/misc/Kconfig
parent6bec6c169ff5f5c00e58d451c6afa90f89dc6903 (diff)
downloadu-boot-8479b9e6c9db6dc0971283c35d59ab07b289be52.zip
u-boot-8479b9e6c9db6dc0971283c35d59ab07b289be52.tar.gz
u-boot-8479b9e6c9db6dc0971283c35d59ab07b289be52.tar.bz2
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/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 7029bb7..10fd601 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