aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/imc/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-02 20:05:23 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-09-09 23:21:19 +0000
commit43810cb1798b7c264dfebf394ff551b9d8590738 (patch)
treefc34501af8b59df666d278005e5ef06c12c3bf77 /src/soc/intel/common/block/imc/Kconfig
parent4cdd0979ca6241bd664d3feb18ee96b0621f9978 (diff)
soc/intel/common/block/imc: Drop unused code
Nothing uses this code anymore. Change-Id: I5da1020597c126a40b015beb6e43fb0168aa330f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45046 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Andrey Petrov <andrey.petrov@gmail.com>
Diffstat (limited to 'src/soc/intel/common/block/imc/Kconfig')
-rw-r--r--src/soc/intel/common/block/imc/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/intel/common/block/imc/Kconfig b/src/soc/intel/common/block/imc/Kconfig
deleted file mode 100644
index 490b80ebeb..0000000000
--- a/src/soc/intel/common/block/imc/Kconfig
+++ /dev/null
@@ -1,7 +0,0 @@
-config SOC_INTEL_COMMON_BLOCK_IMC
- bool
- depends on MMCONF_SUPPORT
- default n
- help
- Driver for communication with Integrated Memory Controller that is found on
- some Xeon server processors.