2018-07-31 09:44:11 +00:00
|
|
|
menuconfig BOARD
|
|
|
|
bool "Device Information"
|
|
|
|
help
|
|
|
|
Support methods to query hardware configurations from internal
|
|
|
|
mechanisms (e.g. reading GPIO values, determining the presence of
|
|
|
|
devices on busses, etc.). This enables the usage of U-Boot with
|
|
|
|
modular board architectures.
|
2018-07-31 09:44:12 +00:00
|
|
|
|
|
|
|
if BOARD
|
|
|
|
|
|
|
|
|
|
|
|
config BOARD_GAZERBEAM
|
2018-07-31 09:44:13 +00:00
|
|
|
bool "Enable board driver for the Gazerbeam board"
|
2018-07-31 09:44:12 +00:00
|
|
|
help
|
|
|
|
Support querying device information for the gdsys Gazerbeam board.
|
|
|
|
|
2018-07-31 09:44:13 +00:00
|
|
|
config BOARD_SANDBOX
|
|
|
|
bool "Enable board driver for the Sandbox board"
|
|
|
|
help
|
|
|
|
Support querying device information for the Sandbox boards.
|
|
|
|
|
2018-07-31 09:44:12 +00:00
|
|
|
endif
|