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:
parent
5d954917bd
commit
5360c57dc4
4 changed files with 0 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue