diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-11 11:56:59 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-09-13 21:18:09 +0000 |
commit | e4d223bb9bd3ac5fa87ead246f5a7e1019b1faea (patch) | |
tree | 62f83a0ea8260d78e50d58fd50277ab6236ed6cf /arch/arm/configs/mvebu_v7_defconfig | |
parent | b06333f4a783c3a53a6c81bfef4f8fc4bade3811 (diff) | |
download | blackbird-op-linux-e4d223bb9bd3ac5fa87ead246f5a7e1019b1faea.tar.gz blackbird-op-linux-e4d223bb9bd3ac5fa87ead246f5a7e1019b1faea.zip |
ARM: mvebu: add gpio-fan to mvebu_v7_defconfig
Since one of the platforms (Armada 370 RD) is now using the gpio-fan
driver, it makes sense to enable it in mvebu_v7_defconfig.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1410429419-29820-5-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs/mvebu_v7_defconfig')
-rw-r--r-- | arch/arm/configs/mvebu_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index 1ebb9c4c98e6..ed0a0d1be0f3 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -76,6 +76,7 @@ CONFIG_I2C_MV64XXX=y CONFIG_SPI=y CONFIG_SPI_ORION=y CONFIG_GPIO_SYSFS=y +CONFIG_SENSORS_GPIO_FAN=y CONFIG_THERMAL=y CONFIG_ARMADA_THERMAL=y CONFIG_WATCHDOG=y |