Kconfig: intel_s1000: Move FIFO_DEPTH to soc Kconfig
FIFO_DEPTH should be in the SoC's Kconfig as this is a configuration of SPI master controller in SoC. Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
This commit is contained in:
parent
82b0296625
commit
b5dd8ac37c
2 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,6 @@ config HEAP_MEM_POOL_SIZE
|
|||
|
||||
endif # DMA_CAVS
|
||||
|
||||
config SPI_DW_FIFO_DEPTH
|
||||
default 32
|
||||
|
||||
if BOOTLOADER_MCUBOOT
|
||||
config TEXT_SECTION_OFFSET
|
||||
default 0x100
|
||||
|
|
|
@ -20,4 +20,7 @@ config XTENSA_ASM2
|
|||
config XTENSA_KERNEL_CPU_PTR_SR
|
||||
default "EXCSAVE2"
|
||||
|
||||
config SPI_DW_FIFO_DEPTH
|
||||
default 32
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue