flash: remove Kconfig.defconfig* setting of flash drivers
Now that flash drivers are enabled based on devicetree we need to remove any cases of them getting enabled by Kconfig.defconfig* files as this can lead to errors. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
fa79a7b1df
commit
e31cba26be
44 changed files with 0 additions and 200 deletions
|
@ -15,13 +15,6 @@ endchoice
|
|||
config DISK_DRIVER_SDMMC
|
||||
default y if DISK_DRIVERS
|
||||
|
||||
if FLASH
|
||||
|
||||
config FLASH_MCUX_FLEXSPI_NOR
|
||||
default y
|
||||
|
||||
endif #FLASH
|
||||
|
||||
if NETWORKING
|
||||
|
||||
config NET_L2_ETHERNET
|
||||
|
|
|
@ -12,13 +12,6 @@ choice CODE_LOCATION
|
|||
default CODE_FLEXSPI
|
||||
endchoice
|
||||
|
||||
if FLASH
|
||||
|
||||
config FLASH_MCUX_FLEXSPI_NOR
|
||||
default y
|
||||
|
||||
endif #FLASH
|
||||
|
||||
config I2C
|
||||
default y if SENSOR
|
||||
|
||||
|
|
|
@ -15,13 +15,6 @@ endchoice
|
|||
config DISK_DRIVER_SDMMC
|
||||
default y if DISK_DRIVERS
|
||||
|
||||
if FLASH
|
||||
|
||||
config FLASH_MCUX_FLEXSPI_NOR
|
||||
default y
|
||||
|
||||
endif # FLASH
|
||||
|
||||
config I2C
|
||||
default y if KSCAN
|
||||
|
||||
|
|
|
@ -20,9 +20,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
|
||||
if FLASH
|
||||
|
||||
config FLASH_MCUX_FLEXSPI_NOR
|
||||
default y
|
||||
|
||||
choice FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET
|
||||
default FLASH_MCUX_FLEXSPI_XIP_MEM_ITCM if CPU_CORTEX_M7
|
||||
default FLASH_MCUX_FLEXSPI_XIP_MEM_SRAM if CPU_CORTEX_M4
|
||||
|
|
|
@ -26,9 +26,6 @@ endif # DISK_DRIVERS
|
|||
|
||||
if FLASH
|
||||
|
||||
config FLASH_MCUX_FLEXSPI_NOR
|
||||
default y
|
||||
|
||||
choice FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET
|
||||
default FLASH_MCUX_FLEXSPI_XIP_MEM_ITCM if CPU_CORTEX_M7
|
||||
default FLASH_MCUX_FLEXSPI_XIP_MEM_SRAM if CPU_CORTEX_M4
|
||||
|
|
|
@ -57,8 +57,4 @@ config ENTROPY_SAM_RNG
|
|||
default y
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
config SOC_FLASH_SAM
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
endif # SOC_SERIES_SAME70
|
||||
|
|
|
@ -58,8 +58,4 @@ config ENTROPY_SAM_RNG
|
|||
default y
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
config SOC_FLASH_SAM
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
endif # SOC_SERIES_SAMV71
|
||||
|
|
|
@ -15,10 +15,6 @@ config ENTROPY_MCUX_RNGA
|
|||
default y
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
|
|
@ -26,10 +26,6 @@ config ENTROPY_MCUX_RNGA
|
|||
default y
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
|
|
@ -23,10 +23,6 @@ config ENTROPY_MCUX_RNGA
|
|||
default y
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
|
|
@ -23,10 +23,6 @@ config ENTROPY_MCUX_TRNG
|
|||
default y
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config GPIO
|
||||
default y
|
||||
|
||||
|
|
|
@ -46,10 +46,6 @@ config PWM_MCUX_PWT
|
|||
config GPIO
|
||||
default y
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config DMA_MCUX_EDMA
|
||||
default y
|
||||
depends on DMA
|
||||
|
|
|
@ -11,10 +11,6 @@ config SOC
|
|||
config NUM_IRQS
|
||||
default 32
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
|
|
@ -12,10 +12,6 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 121
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config GPIO
|
||||
default y
|
||||
|
||||
|
|
|
@ -23,10 +23,6 @@ config ENTROPY_MCUX_RNGA
|
|||
default y
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
|
|
@ -25,8 +25,4 @@ endchoice
|
|||
config TINYCRYPT
|
||||
default y
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
endif # SOC_MKW40Z4
|
||||
|
|
|
@ -19,10 +19,6 @@ config ENTROPY_MCUX_TRNG
|
|||
default y
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
if NETWORKING
|
||||
|
||||
config NET_L2_IEEE802154
|
||||
|
|
|
@ -12,8 +12,4 @@ config PINMUX_MCUX_LPC
|
|||
default y
|
||||
depends on PINMUX
|
||||
|
||||
config SOC_FLASH_LPC
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
endif # SOC_LPC54114_M4
|
||||
|
|
|
@ -12,8 +12,4 @@ config PINMUX_MCUX_LPC
|
|||
default y
|
||||
depends on PINMUX
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
endif # SOC_LPC55S06
|
||||
|
|
|
@ -12,10 +12,6 @@ config PINMUX_MCUX_LPC
|
|||
default y
|
||||
depends on PINMUX
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config CAN_MCUX_MCAN
|
||||
default y
|
||||
depends on CAN
|
||||
|
|
|
@ -12,10 +12,6 @@ config PINMUX_MCUX_LPC
|
|||
default y
|
||||
depends on PINMUX
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config DMA_MCUX_LPC
|
||||
default y
|
||||
depends on DMA
|
||||
|
|
|
@ -8,8 +8,4 @@ if SOC_LPC55S36
|
|||
config SOC
|
||||
default "lpc55S36"
|
||||
|
||||
config SOC_FLASH_MCUX
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
endif # SOC_LPC55S36
|
||||
|
|
|
@ -6,7 +6,3 @@
|
|||
config GPIO_GECKO
|
||||
default y
|
||||
depends on GPIO || LOG_BACKEND_SWO
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Silicon Labs EFM32HG-SLSTK3400A platform configuration options
|
||||
|
||||
# Copyright (c) 2018 Marcio Montenegro
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
|
@ -16,6 +16,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 20
|
||||
|
||||
source "soc/arm/silabs_exx32/efm32hg/Kconfig.defconfig.efm32hg"
|
||||
|
||||
endif # SOC_SERIES_EFM32HG
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Silicon Labs EFM32JG12B configuration options
|
||||
|
||||
# Copyright (c) 2019 Lemonbeat GmbH
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
|
@ -15,6 +15,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 50
|
||||
|
||||
source "soc/arm/silabs_exx32/efm32jg12b/Kconfig.defconfig.efm32jg12b"
|
||||
|
||||
endif # SOC_SERIES_EFM32JG12B
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Silicon Labs EFM32PG-STK3402A platform configuration options
|
||||
|
||||
# Copyright (c) 2018 Christian Taedcke
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
|
@ -15,6 +15,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 50
|
||||
|
||||
source "soc/arm/silabs_exx32/efm32pg12b/Kconfig.defconfig.efm32pg12b"
|
||||
|
||||
endif # SOC_SERIES_EFM32PG12B
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Silicon Labs EFM32PG-STK3401A platform configuration options
|
||||
|
||||
# Copyright (c) 2020 Rafael Dias Menezes
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
|
@ -15,6 +15,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 34
|
||||
|
||||
source "soc/arm/silabs_exx32/efm32pg1b/Kconfig.defconfig.efm32pg1b"
|
||||
|
||||
endif # SOC_SERIES_EFM32PG1B
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Silicon Labs EFM32WG-STK3800 platform configuration options
|
||||
|
||||
# Copyright (c) 2017 Christian Taedcke
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
|
@ -15,6 +15,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 39
|
||||
|
||||
source "soc/arm/silabs_exx32/efm32wg/Kconfig.defconfig.efm32wg"
|
||||
|
||||
endif # SOC_SERIES_EFM32WG
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Silicon Labs EFR32BG13P (Blue Gecko) MCU configuration options
|
||||
|
||||
# Copyright (c) 2020 Piotr Mienkowski
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
|
@ -15,6 +15,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 47
|
||||
|
||||
source "soc/arm/silabs_exx32/efr32bg13p/Kconfig.defconfig.efr32bg13p"
|
||||
|
||||
endif # SOC_SERIES_EFR32BG13P
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Silicon Labs EFR32FG13P platform configuration options
|
||||
|
||||
# Copyright (c) 2018 Christian Taedcke
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
|
@ -15,6 +15,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 45
|
||||
|
||||
source "soc/arm/silabs_exx32/efr32fg13p/Kconfig.defconfig.efr32fg13p"
|
||||
|
||||
endif # SOC_SERIES_EFR32FG13P
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Silicon Labs EFR32FG1P platform configuration options
|
||||
|
||||
# Copyright (c) 2018 Christian Taedcke
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
|
@ -15,6 +15,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 33
|
||||
|
||||
source "soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.efr32fg1p"
|
||||
|
||||
endif # SOC_SERIES_EFR32FG1P
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Silicon Labs EFR32MG12P platform configuration options
|
||||
|
||||
# Copyright (c) 2018 Diego Sueiro
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
|
@ -15,6 +15,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 49
|
||||
|
||||
source "soc/arm/silabs_exx32/efr32mg12p/Kconfig.defconfig.efr32mg12p"
|
||||
|
||||
endif # SOC_SERIES_EFR32MG12P
|
||||
|
|
|
@ -6,7 +6,3 @@
|
|||
config GPIO_GECKO
|
||||
default y
|
||||
depends on GPIO || LOG_BACKEND_SWO
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -124,9 +124,6 @@ endif # MULTI_LEVEL_INTERRUPTS
|
|||
|
||||
if FLASH
|
||||
|
||||
config SOC_FLASH_RV32M1
|
||||
default y
|
||||
|
||||
# Workaround for not being able to have commas in macro arguments
|
||||
DT_CHOSEN_Z_FLASH := zephyr,flash
|
||||
|
||||
|
|
|
@ -39,10 +39,6 @@ config KSCAN_ITE_IT8XXX2
|
|||
default y
|
||||
depends on KSCAN
|
||||
|
||||
config SOC_FLASH_ITE_IT8XXX2
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config FLASH_INIT_PRIORITY
|
||||
default 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue