mx6ul_14x14_evk: Avoid overlap of environment over U-Boot proper
[oweals/u-boot.git] / drivers / board / Kconfig
1 menuconfig 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.
8
9 if BOARD
10
11 config SPL_BOARD
12         depends on SPL_DM
13         bool "Enable board driver support in SPL"
14
15 config BOARD_GAZERBEAM
16         bool "Enable board driver for the Gazerbeam board"
17         help
18           Support querying device information for the gdsys Gazerbeam board.
19
20 config BOARD_SANDBOX
21         bool "Enable board driver for the Sandbox board"
22         help
23           Support querying device information for the Sandbox boards.
24
25 endif