summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada2019-06-03 10:12:32 +0200
committerOlof Johansson2019-06-17 13:45:17 +0200
commit7b43b8fdc9a6283c0b9405542c4406cfa1e5689a (patch)
tree0f7636ea8a4d75a61e3436adcac92ba82a542be6 /lib/Kconfig
parentMerge tag 'tee-maint-for-5.3' of https://git.linaro.org/people/jens.wiklander... (diff)
downloadkernel-qcow2-linux-7b43b8fdc9a6283c0b9405542c4406cfa1e5689a.tar.gz
kernel-qcow2-linux-7b43b8fdc9a6283c0b9405542c4406cfa1e5689a.tar.xz
kernel-qcow2-linux-7b43b8fdc9a6283c0b9405542c4406cfa1e5689a.zip
memory: move jedec_ddr_data.c from lib/ to drivers/memory/
jedec_ddr_data.c exports 3 symbols, and all of them are only referenced from drivers/memory/{emif.c,of_memory.c} drivers/memory/ is a better location than lib/. I removed the Kconfig prompt "JEDEC DDR data" because it is only select'ed by TI_EMIF, and there is no other user. There is no good reason in making it a user-configurable CONFIG option. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 90623a0e1942..e09b3e081a53 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -531,14 +531,6 @@ config LRU_CACHE
config CLZ_TAB
bool
-config DDR
- bool "JEDEC DDR data"
- help
- Data from JEDEC specs for DDR SDRAM memories,
- particularly the AC timing parameters and addressing
- information. This data is useful for drivers handling
- DDR SDRAM controllers.
-
config IRQ_POLL
bool "IRQ polling library"
help