git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
424d537
)
x86: Enable RTC command by default
author
Simon Glass
<sjg@chromium.org>
Mon, 14 Oct 2024 22:32:12 +0000
(16:32 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 18 Oct 2024 20:10:22 +0000
(14:10 -0600)
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>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index
bff22b9
..
a4ca61c
100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-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.