diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-02-27 23:48:48 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-02-27 23:48:48 +0000 |
commit | b694c45d335c5d9bbec86dbc73470e8c0e2c1a3a (patch) | |
tree | bd93a22efa69c369f8102b6e8b21624e753b38bf /target/linux/brcm63xx/config-3.18 | |
parent | b6ad4b7332f1c0ad409f210ef30b07b06b582daa (diff) | |
download | upstream-b694c45d335c5d9bbec86dbc73470e8c0e2c1a3a.tar.gz upstream-b694c45d335c5d9bbec86dbc73470e8c0e2c1a3a.tar.bz2 upstream-b694c45d335c5d9bbec86dbc73470e8c0e2c1a3a.zip |
brcm63xx: backport and enable DT spi-gpio no CS support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44570
Diffstat (limited to 'target/linux/brcm63xx/config-3.18')
-rw-r--r-- | target/linux/brcm63xx/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/config-3.18 b/target/linux/brcm63xx/config-3.18 index 5087033cb1..912dd7dd4b 100644 --- a/target/linux/brcm63xx/config-3.18 +++ b/target/linux/brcm63xx/config-3.18 @@ -80,6 +80,7 @@ CONFIG_GENERIC_IRQ_SHOW=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GPIOLIB=y +CONFIG_GPIO_74X164=y CONFIG_GPIO_BCM63XX=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_GENERIC=y |