u-boot-brain/drivers/board/Kconfig
Mario Six 6238ae4d60 board: Add gazerbeam driver
Add a board driver for the upcoming gdsys Gazerbeam board.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-09-29 11:49:35 -06:00

18 lines
460 B
Plaintext

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.
if BOARD
config BOARD_GAZERBEAM
bool "Enable device information for the Gazerbeam board"
help
Support querying device information for the gdsys Gazerbeam board.
endif