1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-20 10:02:07 +02:00
Files
u-boot-megous/board/ge/common/Kconfig
Sebastian Reichel 987b8f614c board: ge: common: add config option for RTC and VPD feature
While this code is being used by all GE platforms its useful
to have it behind a config option for hardware bringup of
new platforms.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
2020-11-01 15:58:47 +01:00

8 lines
111 B
Plaintext

config GE_VPD
bool "Enable GE VPD Support"
default y
config GE_RTC
bool "Enable GE RTC Support"
default y