blob: 39141500a0575a15805ddbf09970a6364839281f [file] [log] [blame]
Simon Glass458b66a2020-11-05 06:32:05 -07001menuconfig SYSINFO
2 bool "Device System Information"
Mario Six2161e552018-07-31 11:44:11 +02003 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 Sixa7dfbd02018-07-31 11:44:12 +02008
Simon Glass458b66a2020-11-05 06:32:05 -07009if SYSINFO
Mario Sixa7dfbd02018-07-31 11:44:12 +020010
Simon Glass458b66a2020-11-05 06:32:05 -070011config SPL_SYSINFO
Jean-Jacques Hiblot0e0b8a02019-10-22 16:39:18 +020012 depends on SPL_DM
13 bool "Enable board driver support in SPL"
Mario Sixa7dfbd02018-07-31 11:44:12 +020014
Simon Glass458b66a2020-11-05 06:32:05 -070015config SYSINFO_GAZERBEAM
16 bool "Enable sysinfo driver for the Gazerbeam board"
Mario Sixa7dfbd02018-07-31 11:44:12 +020017 help
18 Support querying device information for the gdsys Gazerbeam board.
19
Simon Glass458b66a2020-11-05 06:32:05 -070020config SYSINFO_SANDBOX
21 bool "Enable sysinfo driver for the Sandbox board"
Mario Sixab664ff2018-07-31 11:44:13 +020022 help
23 Support querying device information for the Sandbox boards.
24
Mario Sixa7dfbd02018-07-31 11:44:12 +020025endif