soc: arm: nordic: Remove enabling of temperature sensor
nrf51 and nrf52 by default was enabling temperature sensor if sensor API was enabled. It was causing code size increase even when temperature sensor was not touched by anyone. Removed default enabling of temperature sensor for both series. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
816d2c47a4
commit
2c429ca24f
2 changed files with 0 additions and 6 deletions
|
@ -14,7 +14,4 @@ config SOC_SERIES
|
|||
config NUM_IRQS
|
||||
default 26
|
||||
|
||||
config TEMP_NRF5
|
||||
default SENSOR
|
||||
|
||||
endif # SOC_SERIES_NRF51X
|
||||
|
|
|
@ -10,7 +10,4 @@ source "soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52*"
|
|||
config SOC_SERIES
|
||||
default "nrf52"
|
||||
|
||||
config TEMP_NRF5
|
||||
default SENSOR
|
||||
|
||||
endif # SOC_SERIES_NRF52X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue