Mario Six | 5381c28 | 2018-07-31 11:44:11 +0200 | [diff] [blame] | 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. |
Mario Six | 6238ae4 | 2018-07-31 11:44:12 +0200 | [diff] [blame] | 8 | |
| 9 | if BOARD |
| 10 | |
| 11 | |
| 12 | config BOARD_GAZERBEAM |
Mario Six | e6fd018 | 2018-07-31 11:44:13 +0200 | [diff] [blame] | 13 | bool "Enable board driver for the Gazerbeam board" |
Mario Six | 6238ae4 | 2018-07-31 11:44:12 +0200 | [diff] [blame] | 14 | help |
| 15 | Support querying device information for the gdsys Gazerbeam board. |
| 16 | |
Mario Six | e6fd018 | 2018-07-31 11:44:13 +0200 | [diff] [blame] | 17 | config BOARD_SANDBOX |
| 18 | bool "Enable board driver for the Sandbox board" |
| 19 | help |
| 20 | Support querying device information for the Sandbox boards. |
| 21 | |
Mario Six | 6238ae4 | 2018-07-31 11:44:12 +0200 | [diff] [blame] | 22 | endif |