From d91801df767a54a678036ee2a7dec849b8201e26 Mon Sep 17 00:00:00 2001 From: "Kumar, Anil" Date: Wed, 16 Jan 2013 14:37:40 +0530 Subject: [PATCH] ARM: davinci: da8xx defconfig: enable pinctrl config option Enable pinctrl related config option in da8xx_omapl_defconfig Signed-off-by: Kumar, Anil Signed-off-by: Sekhar Nori --- arch/arm/configs/da8xx_omapl_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/da8xx_omapl_defconfig b/arch/arm/configs/da8xx_omapl_defconfig index f29223954af8..0892db4346e9 100644 --- a/arch/arm/configs/da8xx_omapl_defconfig +++ b/arch/arm/configs/da8xx_omapl_defconfig @@ -81,6 +81,7 @@ CONFIG_SERIAL_OF_PLATFORM=y CONFIG_I2C=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_DAVINCI=y +CONFIG_PINCTRL_SINGLE=y # CONFIG_HWMON is not set CONFIG_WATCHDOG=y CONFIG_REGULATOR=y -- 2.20.1