soc: nxp: Do not change driver init priorities

Doesn't seem like there is any reason to be changing the
serial and ADC driver init priorities in the SOC defconfigs.
By default, clock control has priority 30, dma has priority 40,
and serial/adc have priority 50. This seems already to be the order
that is needed, and the original goal of these overrides, which
don't seem necessary anymore.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-08-09 12:44:08 -05:00 committed by Alberto Escolar
commit 5360c57dc4
4 changed files with 0 additions and 19 deletions

View file

@ -9,10 +9,6 @@ rsource "*/Kconfig.defconfig"
if SOC_SERIES_IMXRT10XX || SOC_SERIES_IMXRT11XX || SOC_SERIES_IMXRT118X
config SERIAL_INIT_PRIORITY
default 55 if SERIAL
depends on SERIAL
config ROM_START_OFFSET
default 0x400 if BOOTLOADER_MCUBOOT
default 0x2000 if BOOT_FLEXSPI_NOR || BOOT_SEMC_NOR

View file

@ -3,14 +3,6 @@
if SOC_FAMILY_KINETIS
config SERIAL_INIT_PRIORITY
default 55
depends on SERIAL
config ADC_INIT_PRIORITY
default 80 if ADC_MCUX_ADC16_ENABLE_EDMA
depends on ADC
rsource "*/Kconfig.defconfig"
endif # SOC_FAMILY_KINETIS

View file

@ -3,9 +3,6 @@
if SOC_FAMILY_LPC
config SERIAL_INIT_PRIORITY
default 55 if SERIAL
config BUILD_WITH_TFM
default y if TRUSTED_EXECUTION_NONSECURE

View file

@ -3,10 +3,6 @@
if SOC_FAMILY_NXP_MCX
config SERIAL_INIT_PRIORITY
default 55
depends on SERIAL
rsource "*/Kconfig.defconfig"
endif # SOC_FAMILY_NXP_MCX