From: Martin Sperl Date: Wed, 2 Nov 2016 10:18:25 +0000 (+0000) Subject: ARM: bcm2835: add thermal driver to default config X-Git-Tag: v4.10-rc1~84^2~3^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bab0cb90550467c71f4e1b73da406a2280c4f418;p=karo-tx-linux.git 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 Reviewed-by: Eric Anholt Signed-off-by: Eric Anholt --- 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