mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
ARM: am3517_evm: 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>
This commit is contained in:
parent
577c40ae1d
commit
57dbf754e3
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ CONFIG_SPL_NAND_SIMPLE=y
|
|||
CONFIG_MII=y
|
||||
CONFIG_DRIVER_TI_EMAC=y
|
||||
# CONFIG_TWL4030_POWER is not set
|
||||
CONFIG_PINCTRL=y
|
||||
CONFIG_PINCTRL_SINGLE=y
|
||||
CONFIG_CONS_INDEX=3
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_SPI=y
|
||||
|
|
Loading…
Add table
Reference in a new issue