mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
987b8f614c
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>
7 lines
111 B
Text
7 lines
111 B
Text
config GE_VPD
|
|
bool "Enable GE VPD Support"
|
|
default y
|
|
|
|
config GE_RTC
|
|
bool "Enable GE RTC Support"
|
|
default y
|