aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/sata/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/sata/Kconfig')
-rw-r--r--src/soc/intel/common/block/sata/Kconfig14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/soc/intel/common/block/sata/Kconfig b/src/soc/intel/common/block/sata/Kconfig
deleted file mode 100644
index 98ff6967c9..0000000000
--- a/src/soc/intel/common/block/sata/Kconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-config SOC_INTEL_COMMON_BLOCK_SATA
- bool
- help
- Intel Processor common SATA support
-
-config SOC_AHCI_PORT_IMPLEMENTED_INVERT
- depends on SOC_INTEL_COMMON_BLOCK_SATA
- bool
- help
- SATA PCI configuration space offset 0x92 Port
- implement register bit 0-2 represents respective
- SATA port enable status as in 0 = Disable; 1 = Enable.
- If this option is selected then port enable status will be
- inverted as in 0 = Enable; 1 = Disable.