blob: 83018589e575c3847763af8aa289e3e54c22d8c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
menu "Button Support"
config BUTTON
bool "Enable button support"
depends on DM
help
Many boards have buttons which can be used to change behaviour (reset, ...).
U-Boot provides a uclass API to implement this feature. Button drivers
can provide access to board-specific buttons. Use of the device tree
for configuration is encouraged.
endmenu
|