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