Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / lib / Kconfig
index c5da1548b964317c0a26f35f56f3c50ad06c638d..3e63af08908243be1f2bfc111e4356864802df3d 100644 (file)
@@ -16,6 +16,9 @@ config BITREVERSE
 config RATIONAL
        boolean
 
+config GENERIC_STRNCPY_FROM_USER
+       bool
+
 config GENERIC_FIND_FIRST_BIT
        bool
 
@@ -356,6 +359,14 @@ config CORDIC
          This option provides an implementation of the CORDIC algorithm;
          calculations are in fixed point. Module will be called cordic.
 
+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 MPILIB
        tristate
        select CLZ_TAB