From 3f6343d3e79c11c4db9a2aeaecb8ddd01d6b6854 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sat, 6 Jun 2020 02:11:11 +0800 Subject: [PATCH] examples/buttons: Switch dependence from ARCH_HAVE_BUTTONS to BUTTONS application just use BUTTONS ioctl and shouldn't take care the implementation detail Signed-off-by: Xiang Xiao Change-Id: Ia4d615700de1ac17302ab9b6379340fb81e69d86 --- examples/buttons/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/buttons/Kconfig b/examples/buttons/Kconfig index 42150b37e..560cc2e46 100644 --- a/examples/buttons/Kconfig +++ b/examples/buttons/Kconfig @@ -6,7 +6,7 @@ config EXAMPLES_BUTTONS tristate "Buttons driver example" default n - depends on ARCH_HAVE_BUTTONS + depends on BUTTONS ---help--- Enable the Buttons drivers example