x86: Enable RTC command by default

The real-time clock is needed for most X86 systems and it is useful to
be able to read from it. Enable the rtc command by default.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2024-10-14 16:32:12 -06:00
parent 424d537e70
commit abb7780381

View File

@@ -2291,6 +2291,7 @@ config CMD_DATE
config CMD_RTC
bool "rtc"
depends on DM_RTC
default y if X86
help
Enable the 'rtc' command for low-level access to RTC devices.