projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1001354
)
ARM: bcm2835: add thermal driver to default config
author
Martin Sperl
<kernel@martin.sperl.org>
Wed, 2 Nov 2016 10:18:25 +0000
(10:18 +0000)
committer
Eric Anholt
<eric@anholt.net>
Fri, 11 Nov 2016 17:00:37 +0000
(09:00 -0800)
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>
arch/arm/configs/bcm2835_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/bcm2835_defconfig
b/arch/arm/configs/bcm2835_defconfig
index
79de828
..
4b89f4e
100644
(file)
--- 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