]> Git Repo - u-boot.git/blob - drivers/board/Kconfig
board: Add gazerbeam driver
[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
12 config BOARD_GAZERBEAM
13         bool "Enable device information for the Gazerbeam board"
14         help
15           Support querying device information for the gdsys Gazerbeam board.
16
17 endif
This page took 0.02373 seconds and 4 git commands to generate.