aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/fast_spi/Kconfig
blob: 4bd1f59de657813a0278f2ad6cfc8160a734c9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config SOC_INTEL_COMMON_BLOCK_FAST_SPI
	bool
	help
	  Intel Processor common FAST_SPI support

config FAST_SPI_DISABLE_WRITE_STATUS
	bool "Disable write status SPI opcode"
	depends on SOC_INTEL_COMMON_BLOCK_FAST_SPI
	default n if CHROMEOS
	default y
	help
	  Disable the write status SPI opcode in Intel Fast SPI block.