rtc: add config flag to denote rtc API availability

Hardware / Coreboot - Patrick Georgi [chromium.org] - 22 April 2015 09:18 UTC

RTC drivers now select RTC, so that code which depends on them can implement fallback behavior for systems that lack the hardware or driver.

Change-Id: I0f5a15d643b0c45c511f1151a98e071b4155fb5a

0770f25 rtc: add config flag to denote rtc API availability
src/Kconfig | 4 ++++
src/drivers/ams/Kconfig | 1 +
src/drivers/pc80/Kconfig | 1 +
src/drivers/ti/tps65913/Kconfig | 1 +
src/soc/rockchip/rk3288/Kconfig | 1 +
5 files changed, 8 insertions(+)

Upstream: review.coreboot.org


  • Share