From: Philippe Reynes Date: Fri, 24 Jul 2020 16:19:50 +0000 (+0200) Subject: sandbox: enable button X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5f9228691c5522f4a3d44334b46f42fb02333a77;p=u-boot.git sandbox: enable button Enable the support of button (driver and command) on sandbox. Reviewed-by: Simon Glass Signed-off-by: Philippe Reynes --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index b30f1e358a..5bb44c780f 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -108,6 +108,8 @@ CONFIG_AXI_SANDBOX=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_DM_BOOTCOUNT=y CONFIG_DM_BOOTCOUNT_RTC=y +CONFIG_BUTTON=y +CONFIG_BUTTON_GPIO=y CONFIG_CLK=y CONFIG_CLK_COMPOSITE_CCF=y CONFIG_SANDBOX_CLK_CCF=y