diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-06-03 17:12:32 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-17 04:45:17 -0700 |
commit | 7b43b8fdc9a6283c0b9405542c4406cfa1e5689a (patch) | |
tree | 0f7636ea8a4d75a61e3436adcac92ba82a542be6 /lib/Kconfig | |
parent | c9727db7cc1da03ea4247010e47597c617ee2176 (diff) | |
download | linux-stable-7b43b8fdc9a6283c0b9405542c4406cfa1e5689a.tar.gz linux-stable-7b43b8fdc9a6283c0b9405542c4406cfa1e5689a.tar.bz2 linux-stable-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/Kconfig | 8 |
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 |