Re: [PATCH v3 6/8] sandbox: enable button

2020-07-28 Thread Simon Glass
Enable the support of button (driver and command) on sandbox.

Reviewed-by: Simon Glass 
Signed-off-by: Philippe Reynes 
---
Changelog:
v3:
- no change
v2:
- no change

 configs/sandbox_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Applied to u-boot-dm, thanks!


[PATCH v3 6/8] sandbox: enable button

2020-07-24 Thread Philippe Reynes
Enable the support of button (driver and command) on sandbox.

Reviewed-by: Simon Glass 
Signed-off-by: Philippe Reynes 
---
Changelog:
v3:
- no change
v2:
- no change

 configs/sandbox_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 6059d66..18cecf5 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -106,6 +106,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
-- 
2.7.4