diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-11-28 17:49:48 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-01-27 10:52:53 +0100 |
commit | 689d8f990a283b695fdfe68638d60d43bfa9483c (patch) | |
tree | e9364cf178843a64ada9c909911869462e1b6e52 /configs | |
parent | 6301e6570b4daf851cc489fa7730773c5f60bb42 (diff) | |
download | u-boot-imx-689d8f990a283b695fdfe68638d60d43bfa9483c.zip u-boot-imx-689d8f990a283b695fdfe68638d60d43bfa9483c.tar.gz u-boot-imx-689d8f990a283b695fdfe68638d60d43bfa9483c.tar.bz2 |
imx: mx6sxsabreauto: enable pinctrl driver
Enable pinctrl driver for mx6sxsabreauto board.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6sxsabreauto_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx6sxsabreauto_defconfig b/configs/mx6sxsabreauto_defconfig index 49c0583..3e3feab 100644 --- a/configs/mx6sxsabreauto_defconfig +++ b/configs/mx6sxsabreauto_defconfig @@ -28,6 +28,8 @@ CONFIG_OF_CONTROL=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_STMICRO=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_IMX6=y CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y |