mirror of
https://xff.cz/git/u-boot/
synced 2025-09-20 18:12:11 +02:00
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>
8 lines
111 B
Plaintext
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
|