
12 Apr
2014
12 Apr
'14
11:43 a.m.
From: Rajeshwari Shinde rajeshwari.s@samsung.com
Enable configs for GPIO CMD and Generic GPIO.
Signed-off-by: Rajeshwari Shinde rajeshwari.s@samsung.com Signed-off-by: Akshay Saraswat akshay.s@samsung.com --- include/configs/exynos5-dt.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/configs/exynos5-dt.h b/include/configs/exynos5-dt.h index 414db42..e81b5cd 100644 --- a/include/configs/exynos5-dt.h +++ b/include/configs/exynos5-dt.h @@ -288,4 +288,7 @@
#define CONFIG_CMD_BOOTZ
+#define HAVE_GENERIC_GPIO +#define CONFIG_CMD_GPIO + #endif /* __CONFIG_H */
--
1.8.3.2