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>
14 lines
258 B
Text
14 lines
258 B
Text
config DRIVERS_AS3722_RTC
|
|
bool
|
|
default n
|
|
select RTC
|
|
|
|
config DRIVERS_AS3722_RTC_BUS
|
|
int "AS3722 RTC bus"
|
|
depends on DRIVERS_AS3722_RTC
|
|
default 0
|
|
|
|
config DRIVERS_AS3722_RTC_ADDR
|
|
hex "AS3722 RTC chip address"
|
|
depends on DRIVERS_AS3722_RTC
|
|
default 0x00
|