summaryrefslogtreecommitdiff
path: root/drivers/button/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/button/Kconfig')
-rw-r--r--drivers/button/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/button/Kconfig b/drivers/button/Kconfig
new file mode 100644
index 0000000000..83018589e5
--- /dev/null
+++ b/drivers/button/Kconfig
@@ -0,0 +1,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