diff options
author | Martin Sperl <kernel@martin.sperl.org> | 2016-11-02 10:18:25 +0000 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-11-11 09:00:37 -0800 |
commit | bab0cb90550467c71f4e1b73da406a2280c4f418 (patch) | |
tree | 13040f9a8a4bff7bc86df1973fd9a573cb2b62f4 /arch | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-stable-bab0cb90550467c71f4e1b73da406a2280c4f418.tar.gz linux-stable-bab0cb90550467c71f4e1b73da406a2280c4f418.tar.bz2 linux-stable-bab0cb90550467c71f4e1b73da406a2280c4f418.zip |
ARM: bcm2835: add thermal driver to default config
Add the thermal driver to list of compiled modules in the default
config for bcm2835.
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/bcm2835_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig index 79de828e49ad..4b89f4e6e849 100644 --- a/arch/arm/configs/bcm2835_defconfig +++ b/arch/arm/configs/bcm2835_defconfig @@ -73,6 +73,8 @@ CONFIG_SPI_BCM2835=y CONFIG_SPI_BCM2835AUX=y CONFIG_GPIO_SYSFS=y # CONFIG_HWMON is not set +CONFIG_THERMAL=y +CONFIG_BCM2835_THERMAL=y CONFIG_WATCHDOG=y CONFIG_BCM2835_WDT=y CONFIG_DRM=y |