diff options
| author | Nandor Han <[email protected]> | 2017-11-08 15:35:14 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-11-20 09:58:31 +0100 |
| commit | da5337a61cd41f3bfbaee5b78ba58676bd288073 (patch) | |
| tree | 60d00b63f058ed51c933ee6fbfee11aff242b1a4 /lib | |
| parent | f31dac4e6e71c7c818151cd917d872909119fb99 (diff) | |
rtc: add support for s35392a
Add support for S35392A RTC. The driver supports both U-Boot driver
models.
Signed-off-by: Nandor Han <[email protected]>
Signed-off-by: Martyn Welch <[email protected]>
Cc: Heiko Schocher <[email protected]>
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 18663badb25..f447c53bdef 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" |
