Skip to content
Snippets Groups Projects
Commit da529d54 authored by Rafał Miłecki's avatar Rafał Miłecki
Browse files

brcm2708: disable CONFIG_BCM2835_THERMAL by default


This fixes:
  Thermal sensors on bcm2835 SoC (BCM2835_THERMAL) [N/m/y/?] (NEW) aborted!

This symbol depends on ARCH_BCM2835 so it should be OK to disable it at
brcm2708 target only.

Fixes: 7d32caa61fb0 ("brcm2708: backport upstream sdhost controller driver")
Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
parent 74b69ffe
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ CONFIG_BCM2708_VCMEM=y ...@@ -45,6 +45,7 @@ CONFIG_BCM2708_VCMEM=y
CONFIG_BCM2835_FAST_MEMCPY=y CONFIG_BCM2835_FAST_MEMCPY=y
CONFIG_BCM2835_MBOX=y CONFIG_BCM2835_MBOX=y
# CONFIG_BCM2835_SMI is not set # CONFIG_BCM2835_SMI is not set
# CONFIG_BCM2835_THERMAL is not set
CONFIG_BCM2835_TIMER=y CONFIG_BCM2835_TIMER=y
CONFIG_BCM2835_WDT=y CONFIG_BCM2835_WDT=y
CONFIG_BCM_VCIO=y CONFIG_BCM_VCIO=y
......
...@@ -52,6 +52,7 @@ CONFIG_BCM2708_VCMEM=y ...@@ -52,6 +52,7 @@ CONFIG_BCM2708_VCMEM=y
# CONFIG_BCM2835_DEVGPIOMEM is not set # CONFIG_BCM2835_DEVGPIOMEM is not set
CONFIG_BCM2835_MBOX=y CONFIG_BCM2835_MBOX=y
# CONFIG_BCM2835_SMI is not set # CONFIG_BCM2835_SMI is not set
# CONFIG_BCM2835_THERMAL is not set
CONFIG_BCM2835_TIMER=y CONFIG_BCM2835_TIMER=y
CONFIG_BCM2835_WDT=y CONFIG_BCM2835_WDT=y
CONFIG_BCM_VCIO=y CONFIG_BCM_VCIO=y
......
...@@ -71,6 +71,7 @@ CONFIG_BCM2708_VCMEM=y ...@@ -71,6 +71,7 @@ CONFIG_BCM2708_VCMEM=y
# CONFIG_BCM2835_DEVGPIOMEM is not set # CONFIG_BCM2835_DEVGPIOMEM is not set
CONFIG_BCM2835_MBOX=y CONFIG_BCM2835_MBOX=y
# CONFIG_BCM2835_SMI is not set # CONFIG_BCM2835_SMI is not set
# CONFIG_BCM2835_THERMAL is not set
CONFIG_BCM2835_WDT=y CONFIG_BCM2835_WDT=y
# CONFIG_BCM_PDC_MBOX is not set # CONFIG_BCM_PDC_MBOX is not set
# CONFIG_BCM_VCIO is not set # CONFIG_BCM_VCIO is not set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment