From da5337a61cd41f3bfbaee5b78ba58676bd288073 Mon Sep 17 00:00:00 2001 From: Nandor Han Date: Wed, 8 Nov 2017 15:35:14 +0000 Subject: rtc: add support for s35392a Add support for S35392A RTC. The driver supports both U-Boot driver models. Signed-off-by: Nandor Han Signed-off-by: Martyn Welch Cc: Heiko Schocher --- lib/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') 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" -- cgit v1.2.3