diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:02 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:37:08 (GMT) |
commit | 879704d8f7387b05272b79197a3c782d1499283b (patch) | |
tree | abe88b41302d55193e5b9aaa1d230fda942681e5 /drivers | |
parent | 1136eb5e8f782cc60d3535d6369aa0a5bbfc2df0 (diff) | |
download | u-boot-879704d8f7387b05272b79197a3c782d1499283b.tar.xz |
Convert CONFIG_DS4510 to Kconfig
This converts the following to Kconfig:
CONFIG_DS4510
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers')
-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 1aae4bc..ecca159 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -75,6 +75,14 @@ config CROS_EC_SPI provides a faster and more robust interface than I2C but the bugs are less interesting. +config DS4510 + bool "Enable support for DS4510 CPU supervisor" + help + Enable support for the Maxim DS4510 CPU supervisor. It has an + integrated 64-byte EEPROM, four programmable non-volatile I/O pins + and a configurable timer for the supervisor function. The device is + connected over I2C. + config FSL_SEC_MON bool "Enable FSL SEC_MON Driver" help |