From 15cf75ec15db3dd7f72fff340a5986dca5f9ad45 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 11 Mar 2016 22:07:14 -0700 Subject: x86: gpio: Allow the pinctrl driver to set up the pin config Rather than setting up the pin configuration in the GPIO driver, use the new pinctrl driver to do it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- configs/galileo_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/galileo_defconfig') diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 1a9edb51ad..832ac4df58 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -14,6 +14,8 @@ CONFIG_CMD_GPIO=y # CONFIG_CMD_NFS is not set CONFIG_CMD_BOOTSTAGE=y CONFIG_OF_CONTROL=y +CONFIG_REGMAP=y +CONFIG_SYSCON=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_GIGADEVICE=y -- cgit v1.2.3