diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-04-23 12:47:31 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-04-24 18:16:31 +0000 |
commit | ddb3359754317a536d75c8a234cb7722be515855 (patch) | |
tree | 4c8be60664ac6a61fc1717bf690bb5fccb47f185 | |
parent | dec73da3c2a1100cf42921015d2b0b3ca792c491 (diff) | |
download | coreboot-ddb3359754317a536d75c8a234cb7722be515855.tar.xz |
drivers/ti/tps65913: 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: I57badee9ce1e8a3c8df313953aba02cc3489ff97
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40660
Reviewed-by: Michael Niewöhner
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/drivers/ti/tps65913/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/drivers/ti/tps65913/Kconfig b/src/drivers/ti/tps65913/Kconfig index 6d2b58a48f..130bebbd7b 100644 --- a/src/drivers/ti/tps65913/Kconfig +++ b/src/drivers/ti/tps65913/Kconfig @@ -11,14 +11,9 @@ ## GNU General Public License for more details. ## -config DRIVERS_TI_TPS65913 - bool "TI TPS65913 support" - default n - config DRIVERS_TI_TPS65913_RTC - bool "TI TPS65913 RTC support" + bool default n - select DRIVERS_TI_TPS65913 select RTC config DRIVERS_TI_TPS65913_RTC_BUS |