xref: /openbmc/u-boot/drivers/board/Kconfig (revision 5381c2856de3ed0191135b435cff39789e5f17ad)
1menuconfig 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