diff options
author | Simon Glass <sjg@chromium.org> | 2016-03-11 22:07:14 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-03-17 10:27:25 +0800 |
commit | 15cf75ec15db3dd7f72fff340a5986dca5f9ad45 (patch) | |
tree | 0b702b29e634e2838028c78927a7605e4a0dfd3d /configs/bayleybay_defconfig | |
parent | 7ac99be6e2087dc9c1f6be780ec10cc0ad8ad71b (diff) | |
download | u-boot-15cf75ec15db3dd7f72fff340a5986dca5f9ad45.tar.gz |
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/bayleybay_defconfig')
-rw-r--r-- | configs/bayleybay_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/bayleybay_defconfig b/configs/bayleybay_defconfig index 16c867041f..dfafb0bbf2 100644 --- a/configs/bayleybay_defconfig +++ b/configs/bayleybay_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 |