diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 4a8aba2e5cc0..0e25c03939e3 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -353,6 +353,14 @@ config CORDIC | |||
353 | This option provides an implementation of the CORDIC algorithm; | 353 | This option provides an implementation of the CORDIC algorithm; |
354 | calculations are in fixed point. Module will be called cordic. | 354 | calculations are in fixed point. Module will be called cordic. |
355 | 355 | ||
356 | config DDR | ||
357 | bool "JEDEC DDR data" | ||
358 | help | ||
359 | Data from JEDEC specs for DDR SDRAM memories, | ||
360 | particularly the AC timing parameters and addressing | ||
361 | information. This data is useful for drivers handling | ||
362 | DDR SDRAM controllers. | ||
363 | |||
356 | config MPILIB | 364 | config MPILIB |
357 | tristate | 365 | tristate |
358 | select CLZ_TAB | 366 | select CLZ_TAB |