From d79c50af26d1f083478340182b0220d2f019944d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 6 Mar 2015 13:19:01 -0700 Subject: sandbox: Move GPIO CONFIGs to Kconfig Move these over to Kconfig and tidy up. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 288aacc..b911c02 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -17,3 +17,4 @@ CONFIG_USB_EMUL=y CONFIG_USB_STORAGE=y CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y +CONFIG_SANDBOX_GPIO=y -- cgit v1.1