]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig
gpio: pcf857x: share 8/16 bit access functions
[karo-tx-linux.git] / lib / Kconfig
index a0e5900a9d85eedba0da1420836797476753f8a0..a9e15403434ef9adcec951800048752b8cbb1275 100644 (file)
@@ -16,6 +16,12 @@ config BITREVERSE
 config RATIONAL
        boolean
 
+config GENERIC_STRNCPY_FROM_USER
+       bool
+
+config GENERIC_STRNLEN_USER
+       bool
+
 config GENERIC_FIND_FIRST_BIT
        bool
 
@@ -33,6 +39,9 @@ config GENERIC_IO
        boolean
        default n
 
+config STMP_DEVICE
+       bool
+
 config CRC_CCITT
        tristate "CRC-CCITT functions"
        help
@@ -88,6 +97,10 @@ choice
        prompt "CRC32 implementation"
        depends on CRC32
        default CRC32_SLICEBY8
+       help
+         This option allows a kernel builder to override the default choice
+         of CRC32 algorithm.  Choose the default ("slice by 8") unless you
+         know that you need one of the others.
 
 config CRC32_SLICEBY8
        bool "Slice by 8 bytes"
@@ -349,6 +362,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