blob: 254f657049df00eec9554ff69a7c0bee9634b510 [file] [log] [blame]
Mario Six5381c282018-07-31 11:44:11 +02001menuconfig BOARD
2 bool "Device Information"
3 help
4 Support methods to query hardware configurations from internal
5 mechanisms (e.g. reading GPIO values, determining the presence of
6 devices on busses, etc.). This enables the usage of U-Boot with
7 modular board architectures.
Mario Six6238ae42018-07-31 11:44:12 +02008
9if BOARD
10
Jean-Jacques Hiblot8c86f962019-10-22 16:39:18 +020011config SPL_BOARD
12 depends on SPL_DM
13 bool "Enable board driver support in SPL"
Mario Six6238ae42018-07-31 11:44:12 +020014
15config BOARD_GAZERBEAM
Mario Sixe6fd0182018-07-31 11:44:13 +020016 bool "Enable board driver for the Gazerbeam board"
Mario Six6238ae42018-07-31 11:44:12 +020017 help
18 Support querying device information for the gdsys Gazerbeam board.
19
Mario Sixe6fd0182018-07-31 11:44:13 +020020config BOARD_SANDBOX
21 bool "Enable board driver for the Sandbox board"
22 help
23 Support querying device information for the Sandbox boards.
24
Mario Six6238ae42018-07-31 11:44:12 +020025endif