mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-14 19:26:58 +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
|