boards: arm: rtxxx: moving the instances FLASH_MCUX_FLEXSPI_XIP
This Kconfig is moved to the soc level since it determines the flexspi clock initialization for XIP. Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
This commit is contained in:
parent
eef672ed5b
commit
39762716d4
5 changed files with 20 additions and 19 deletions
|
@ -11,10 +11,6 @@ config BOARD
|
|||
config FLASH_MCUX_FLEXSPI_MX25UM51345G
|
||||
default y if FLASH
|
||||
|
||||
config FLASH_MCUX_FLEXSPI_XIP
|
||||
default y if FLASH
|
||||
depends on MEMC_MCUX_FLEXSPI
|
||||
|
||||
choice FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET
|
||||
default FLASH_MCUX_FLEXSPI_XIP_MEM_SRAM
|
||||
endchoice
|
||||
|
|
|
@ -18,10 +18,6 @@ choice FLASH_MCUX_FLEXSPI_MX25UM51345G_OPI_MODE
|
|||
default FLASH_MCUX_FLEXSPI_MX25UM51345G_OPI_STR
|
||||
endchoice
|
||||
|
||||
config FLASH_MCUX_FLEXSPI_XIP
|
||||
default y if FLASH
|
||||
depends on MEMC_MCUX_FLEXSPI
|
||||
|
||||
choice FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET
|
||||
default FLASH_MCUX_FLEXSPI_XIP_MEM_SRAM
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue