summaryrefslogtreecommitdiff
path: root/configs/sandbox64_defconfig
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2020-07-24 19:19:49 +0300
committerSimon Glass <sjg@chromium.org>2020-07-29 04:30:39 +0300
commit626ebf71cce5dffaea8ea3ccbaf6d20da1008f31 (patch)
treed4d96c0226d2f10ae14c95517635af4513710f76 /configs/sandbox64_defconfig
parentbd3e4882c7f4e9c3bec7b4482756b5f14064ee64 (diff)
downloadu-boot-626ebf71cce5dffaea8ea3ccbaf6d20da1008f31.tar.xz
sandbox64: enable button
Enable the support of button (driver and command) on sandbox64. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'configs/sandbox64_defconfig')
-rw-r--r--configs/sandbox64_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig
index bb31a4ffed..e8a1d57285 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