xref: /openbmc/u-boot/drivers/board/Kconfig (revision 592cd5de)
15381c285SMario Sixmenuconfig BOARD
25381c285SMario Six	bool "Device Information"
35381c285SMario Six	help
45381c285SMario Six	  Support methods to query hardware configurations from internal
55381c285SMario Six	  mechanisms (e.g. reading GPIO values, determining the presence of
65381c285SMario Six	  devices on busses, etc.). This enables the usage of U-Boot with
75381c285SMario Six	  modular board architectures.
86238ae4dSMario Six
96238ae4dSMario Sixif BOARD
106238ae4dSMario Six
116238ae4dSMario Six
126238ae4dSMario Sixconfig BOARD_GAZERBEAM
13*e6fd0181SMario Six	bool "Enable board driver for the Gazerbeam board"
146238ae4dSMario Six	help
156238ae4dSMario Six	  Support querying device information for the gdsys Gazerbeam board.
166238ae4dSMario Six
17*e6fd0181SMario Sixconfig BOARD_SANDBOX
18*e6fd0181SMario Six	bool "Enable board driver for the Sandbox board"
19*e6fd0181SMario Six	help
20*e6fd0181SMario Six	  Support querying device information for the Sandbox boards.
21*e6fd0181SMario Six
226238ae4dSMario Sixendif
23