summaryrefslogtreecommitdiff
path: root/configs/omap3_logic_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-09-03 13:56:47 -0500
committerTom Rini <trini@konsulko.com>2018-09-11 21:39:30 -0400
commit5c4689e43e87606661fe8dca6c98eaea4d153a73 (patch)
treef0b017ed46dbbf3d411396bbd10434af52746fdd /configs/omap3_logic_defconfig
parent4869fa3f46e6400358a9f3cef76ec96b80c4cc8b (diff)
ARM: omap3_logic: Enable Pinctrl
The simple pinctrl driver currently available works with the omap3. Enabling this will use the device tree to automatically set the pin-muxing for various drivers. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r--configs/omap3_logic_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index c6acfab602..cea4e5521d 100644
--- a/configs/omap3_logic_defconfig
+++ b/configs/omap3_logic_defconfig
@@ -48,6 +48,8 @@ CONFIG_SPL_NAND_SIMPLE=y
CONFIG_SMC911X=y
CONFIG_SMC911X_BASE=0x08000000
CONFIG_SMC911X_32_BIT=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_SINGLE=y
CONFIG_SPECIFY_CONSOLE_INDEX=y
CONFIG_SYS_NS16550=y
CONFIG_SPI=y