diff options
author | Martin Sperl <kernel@martin.sperl.org> | 2015-09-11 11:22:06 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-31 17:13:42 +0100 |
commit | 3027408a17660b491bc650cce0cb173c50045bbb (patch) | |
tree | aff71f8c2a3e4821a4dfc038de71d40463270349 /arch/arm/configs/bcm2835_defconfig | |
parent | f58f3c3f3620c5f659da69a8ea288cee95aae17a (diff) | |
download | linux-3027408a17660b491bc650cce0cb173c50045bbb.tar.bz2 |
ARM: bcm2835: enable auxiliary spi driver in defconfig
add the auxiliary spi driver to the default config
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/bcm2835_defconfig')
-rw-r--r-- | arch/arm/configs/bcm2835_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig index 0fda844ea5c5..72def201c4fd 100644 --- a/arch/arm/configs/bcm2835_defconfig +++ b/arch/arm/configs/bcm2835_defconfig @@ -69,6 +69,7 @@ CONFIG_I2C_CHARDEV=y CONFIG_I2C_BCM2835=y CONFIG_SPI=y CONFIG_SPI_BCM2835=y +CONFIG_SPI_BCM2835AUX=y CONFIG_GPIO_SYSFS=y # CONFIG_HWMON is not set CONFIG_WATCHDOG=y |