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:
Rajavardhan Gundi 2018-12-10 13:41:24 +05:30 committed by Anas Nashif
commit b5dd8ac37c
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -20,4 +20,7 @@ config XTENSA_ASM2
config XTENSA_KERNEL_CPU_PTR_SR
default "EXCSAVE2"
config SPI_DW_FIFO_DEPTH
default 32
endif