diff options
author | Nandor Han <nandor.han@ge.com> | 2017-11-08 15:35:14 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-11-20 09:58:31 +0100 |
commit | da5337a61cd41f3bfbaee5b78ba58676bd288073 (patch) | |
tree | 60d00b63f058ed51c933ee6fbfee11aff242b1a4 /lib | |
parent | f31dac4e6e71c7c818151cd917d872909119fb99 (diff) | |
download | u-boot-da5337a61cd41f3bfbaee5b78ba58676bd288073.tar.gz u-boot-da5337a61cd41f3bfbaee5b78ba58676bd288073.tar.xz u-boot-da5337a61cd41f3bfbaee5b78ba58676bd288073.zip |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 18663badb2..f447c53bde 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -80,6 +80,9 @@ config TPL_TINY_MEMSET config RBTREE bool +config BITREVERSE + bool "Bit reverse library from Linux" + source lib/dhry/Kconfig menu "Security support" |