1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-03-01 04:42:21 +01:00

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>
This commit is contained in:
Philippe Reynes
2020-07-24 18:19:49 +02:00
committed by Simon Glass
parent bd3e4882c7
commit 626ebf71cc

View File

@@ -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