commit | d5ea84a05e4a87ea24727977aede9198c997a15d | [log] [tgz] |
---|---|---|
author | Nandor Han <nandor.han@ge.com> | Wed Nov 08 15:35:14 2017 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Mon Nov 20 09:58:31 2017 +0100 |
tree | 60d00b63f058ed51c933ee6fbfee11aff242b1a4 | |
parent | 542a48e39343a1aa35060ef6afad192fe74e8f81 [diff] [blame] |
rtc: add support for s35392a Add support for S35392A RTC. The driver supports both U-Boot driver models. Signed-off-by: Nandor Han <nandor.han@ge.com> Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk> Cc: Heiko Schocher <hs@denx.de>
diff --git a/lib/Kconfig b/lib/Kconfig index 18663ba..f447c53 100644 --- a/lib/Kconfig +++ b/lib/Kconfig
@@ -80,6 +80,9 @@ config RBTREE bool +config BITREVERSE + bool "Bit reverse library from Linux" + source lib/dhry/Kconfig menu "Security support"