diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-04-23 12:46:35 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-04-24 18:16:29 +0000 |
commit | dec73da3c2a1100cf42921015d2b0b3ca792c491 (patch) | |
tree | 34718917bc5836b348d4758ed038c4f2a0a9deb7 | |
parent | e8ac242e653169a4056b8d8e7252c134c391ed49 (diff) | |
download | coreboot-dec73da3c2a1100cf42921015d2b0b3ca792c491.tar.xz |
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 <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40659
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/drivers/ams/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |