summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/broadcom/Kconfig
diff options
context:
space:
mode:
authorRafał Miłecki2017-04-17 23:04:16 +0200
committerEduardo Valentin2017-04-23 17:55:37 +0200
commit6892cf07e7337776c0b006db3b96a96bf071acb7 (patch)
tree8cecf00c77a5c6eacf4e0df44884f719d01fcd41 /drivers/thermal/broadcom/Kconfig
parentthermal: broadcom: ns: specify myself as MODULE_AUTHOR (diff)
downloadkernel-qcow2-linux-6892cf07e7337776c0b006db3b96a96bf071acb7.tar.gz
kernel-qcow2-linux-6892cf07e7337776c0b006db3b96a96bf071acb7.tar.xz
kernel-qcow2-linux-6892cf07e7337776c0b006db3b96a96bf071acb7.zip
thermal: bcm2835: move to the broadcom subdirectory
We already have 2 Broadcom drivers and at least 1 more is coming. This made us create broadcom subdirectory where bcm2835 should be moves now. Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/broadcom/Kconfig')
-rw-r--r--drivers/thermal/broadcom/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/thermal/broadcom/Kconfig b/drivers/thermal/broadcom/Kconfig
index f0dea8a8e002..ab08af4654ef 100644
--- a/drivers/thermal/broadcom/Kconfig
+++ b/drivers/thermal/broadcom/Kconfig
@@ -1,3 +1,11 @@
+config BCM2835_THERMAL
+ tristate "Thermal sensors on bcm2835 SoC"
+ depends on ARCH_BCM2835 || COMPILE_TEST
+ depends on HAS_IOMEM
+ depends on THERMAL_OF
+ help
+ Support for thermal sensors on Broadcom bcm2835 SoCs.
+
config BCM_NS_THERMAL
tristate "Northstar thermal driver"
depends on ARCH_BCM_IPROC || COMPILE_TEST