From: Philippe Reynes Date: Fri, 24 Jul 2020 16:19:49 +0000 (+0200) Subject: sandbox64: enable button X-Git-Tag: v2020.10~87^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=626ebf71cce5dffaea8ea3ccbaf6d20da1008f31;p=platform%2Fkernel%2Fu-boot.git sandbox64: enable button Enable the support of button (driver and command) on sandbox64. Reviewed-by: Simon Glass Signed-off-by: Philippe Reynes --- diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index bb31a4f..e8a1d57 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -93,6 +93,8 @@ CONFIG_ADC=y CONFIG_ADC_SANDBOX=y CONFIG_AXI=y CONFIG_AXI_SANDBOX=y +CONFIG_BUTTON=y +CONFIG_BUTTON_GPIO=y CONFIG_CLK=y CONFIG_CPU=y CONFIG_DM_DEMO=y