]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Enable RTC command by default
authorSimon Glass <sjg@chromium.org>
Mon, 14 Oct 2024 22:32:12 +0000 (16:32 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:22 +0000 (14:10 -0600)
commitabb778038101c5d150c14027e39f7009afc30208
treea0e2bd9deec452c284a4b1808e56325155a79969
parent424d537e70a056103608085e24cec56b77767b22
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>
cmd/Kconfig