ARM: bcm: NSP: Removed forced thermal selection
Both THERMAL and THERMAL_OF are user-selectable and we should not force the selection of those Kconfig entries. Link: https://lore.kernel.org/r/20220711222919.4048833-1-f.fainelli@gmail.com Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
fa0ef5a086
commit
76707cb3db
|
@ -54,8 +54,6 @@ config ARCH_BCM_NSP
|
||||||
select ARM_ERRATA_775420
|
select ARM_ERRATA_775420
|
||||||
select ARM_ERRATA_764369 if SMP
|
select ARM_ERRATA_764369 if SMP
|
||||||
select ARM_TIMER_SP804
|
select ARM_TIMER_SP804
|
||||||
select THERMAL
|
|
||||||
select THERMAL_OF
|
|
||||||
help
|
help
|
||||||
Support for Broadcom Northstar Plus SoC.
|
Support for Broadcom Northstar Plus SoC.
|
||||||
Broadcom Northstar Plus family of SoCs are used for switching control
|
Broadcom Northstar Plus family of SoCs are used for switching control
|
||||||
|
|
Loading…
Reference in New Issue