diff options
author | Simon Glass | 2016-03-11 22:07:14 -0700 |
---|---|---|
committer | Bin Meng | 2016-03-17 10:27:25 +0800 |
commit | 15cf75ec15db3dd7f72fff340a5986dca5f9ad45 (patch) | |
tree | 0b702b29e634e2838028c78927a7605e4a0dfd3d /configs/minnowmax_defconfig | |
parent | 7ac99be6e2087dc9c1f6be780ec10cc0ad8ad71b (diff) |
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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/minnowmax_defconfig')
-rw-r--r-- | configs/minnowmax_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig index fedd511cca8..ea39e6af425 100644 --- a/configs/minnowmax_defconfig +++ b/configs/minnowmax_defconfig @@ -20,6 +20,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_CPU=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_GIGADEVICE=y |