Simon Glass | 458b66a | 2020-11-05 06:32:05 -0700 | [diff] [blame] | 1 | menuconfig SYSINFO |
| 2 | bool "Device System Information" |
Mario Six | 2161e55 | 2018-07-31 11:44:11 +0200 | [diff] [blame] | 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 | a7dfbd0 | 2018-07-31 11:44:12 +0200 | [diff] [blame] | 8 | |
Simon Glass | 458b66a | 2020-11-05 06:32:05 -0700 | [diff] [blame] | 9 | if SYSINFO |
Mario Six | a7dfbd0 | 2018-07-31 11:44:12 +0200 | [diff] [blame] | 10 | |
Simon Glass | 458b66a | 2020-11-05 06:32:05 -0700 | [diff] [blame] | 11 | config SPL_SYSINFO |
Jean-Jacques Hiblot | 0e0b8a0 | 2019-10-22 16:39:18 +0200 | [diff] [blame] | 12 | depends on SPL_DM |
| 13 | bool "Enable board driver support in SPL" |
Mario Six | a7dfbd0 | 2018-07-31 11:44:12 +0200 | [diff] [blame] | 14 | |
Simon Glass | 458b66a | 2020-11-05 06:32:05 -0700 | [diff] [blame] | 15 | config SYSINFO_GAZERBEAM |
| 16 | bool "Enable sysinfo driver for the Gazerbeam board" |
Mario Six | a7dfbd0 | 2018-07-31 11:44:12 +0200 | [diff] [blame] | 17 | help |
| 18 | Support querying device information for the gdsys Gazerbeam board. |
| 19 | |
Simon Glass | 458b66a | 2020-11-05 06:32:05 -0700 | [diff] [blame] | 20 | config SYSINFO_SANDBOX |
| 21 | bool "Enable sysinfo driver for the Sandbox board" |
Mario Six | ab664ff | 2018-07-31 11:44:13 +0200 | [diff] [blame] | 22 | help |
| 23 | Support querying device information for the Sandbox boards. |
| 24 | |
Mario Six | a7dfbd0 | 2018-07-31 11:44:12 +0200 | [diff] [blame] | 25 | endif |