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:
Krzysztof Chruscinski 2019-12-18 21:51:23 +01:00 committed by Carles Cufí
commit 2c429ca24f
2 changed files with 0 additions and 6 deletions

View file

@ -14,7 +14,4 @@ config SOC_SERIES
config NUM_IRQS
default 26
config TEMP_NRF5
default SENSOR
endif # SOC_SERIES_NRF51X

View file

@ -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