diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-12-11 11:23:26 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-12-11 11:23:26 +0000 |
commit | b55199cf415aa8df66e7bad2ce52fb07ad5eae2a (patch) | |
tree | 82dc4d033d138070225a46a271ebc9bf103836b9 /target/linux/bcm53xx/config-3.14 | |
parent | 25148529292c98844af1c0623403db2ae1397ba2 (diff) | |
download | mtk-20170518-b55199cf415aa8df66e7bad2ce52fb07ad5eae2a.zip mtk-20170518-b55199cf415aa8df66e7bad2ce52fb07ad5eae2a.tar.gz mtk-20170518-b55199cf415aa8df66e7bad2ce52fb07ad5eae2a.tar.bz2 |
bcm53xx: support LEDs on Buffalo devices
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43616
Diffstat (limited to 'target/linux/bcm53xx/config-3.14')
-rw-r--r-- | target/linux/bcm53xx/config-3.14 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-3.14 b/target/linux/bcm53xx/config-3.14 index 4c9ec0c..e6a5739 100644 --- a/target/linux/bcm53xx/config-3.14 +++ b/target/linux/bcm53xx/config-3.14 @@ -116,6 +116,7 @@ CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GENERIC_STRNCPY_FROM_USER=y CONFIG_GENERIC_STRNLEN_USER=y CONFIG_GPIOLIB=y +CONFIG_GPIO_74X164=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_SYSFS=y CONFIG_HARDIRQS_SW_RESEND=y @@ -239,6 +240,8 @@ CONFIG_SMP_ON_UP=y CONFIG_SPARSE_IRQ=y CONFIG_SPI=y CONFIG_SPI_BCM53XX=y +CONFIG_SPI_BITBANG=y +CONFIG_SPI_GPIO=y CONFIG_SPI_MASTER=y CONFIG_STOP_MACHINE=y CONFIG_SWCONFIG=y |