aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/spi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/spi/Kconfig')
-rw-r--r--src/soc/amd/common/block/spi/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/spi/Kconfig b/src/soc/amd/common/block/spi/Kconfig
new file mode 100644
index 0000000000..785e6da6b3
--- /dev/null
+++ b/src/soc/amd/common/block/spi/Kconfig
@@ -0,0 +1,11 @@
+config SOC_AMD_COMMON_BLOCK_SPI
+ bool
+ default n
+ help
+ Select this option to add FCH SPI controller functions to the build.
+ This overwrites the structure spi_flash_ops to use FCH SPI code
+ instead of individual SPI specific code.
+
+config SOC_AMD_COMMON_BLOCK_SPI_DEBUG
+ bool
+ default n