diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-04-18 00:04:16 +0300 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-04-23 18:55:37 +0300 |
commit | 6892cf07e7337776c0b006db3b96a96bf071acb7 (patch) | |
tree | 8cecf00c77a5c6eacf4e0df44884f719d01fcd41 /drivers/thermal/Kconfig | |
parent | cb9b323b5395d0d0cea2922d4f8ad588cf064f46 (diff) | |
download | linux-6892cf07e7337776c0b006db3b96a96bf071acb7.tar.xz |
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/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 6699843918fa..f786ae433032 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -468,12 +468,4 @@ config ZX2967_THERMAL the primitive temperature sensor embedded in zx2967 SoCs. This sensor generates the real time die temperature. -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. - endif |