From dec73da3c2a1100cf42921015d2b0b3ca792c491 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 23 Apr 2020 12:46:35 +0200 Subject: drivers/ams: Hide RTC driver from Kconfig menus It's supposed to be selected by default on devices that ship with the device, while there's little need to add it on other devices. Change-Id: I2747c4f825601b2fbffc908821035e4f66c5a3b8 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/40659 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner Reviewed-by: Angel Pons --- src/drivers/ams/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/ams') diff --git a/src/drivers/ams/Kconfig b/src/drivers/ams/Kconfig index 30e86672ae..ed8f3df868 100644 --- a/src/drivers/ams/Kconfig +++ b/src/drivers/ams/Kconfig @@ -1,5 +1,5 @@ config DRIVERS_AS3722_RTC - bool "AS3722 RTC support" + bool default n select RTC -- cgit v1.2.3