mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
8 lines
284 B
Text
8 lines
284 B
Text
|
menuconfig BOARD
|
||
|
bool "Device Information"
|
||
|
help
|
||
|
Support methods to query hardware configurations from internal
|
||
|
mechanisms (e.g. reading GPIO values, determining the presence of
|
||
|
devices on busses, etc.). This enables the usage of U-Boot with
|
||
|
modular board architectures.
|