From 53b5bf3c1d24c3a0d92c7cf0824a51bde41ee321 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:39 -0600 Subject: Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- board/ti/common/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/ti') diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig index c4c0b4f..6796ec0 100644 --- a/board/ti/common/Kconfig +++ b/board/ti/common/Kconfig @@ -12,3 +12,6 @@ config SPL_EXT_SUPPORT config SPL_FAT_SUPPORT default y + +config SPL_GPIO_SUPPORT + default y -- cgit v1.1