diff options
author | James Morris <james.l.morris@oracle.com> | 2012-06-10 08:52:10 -0400 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2012-06-10 08:52:10 -0400 |
commit | 66dd07b88a1c9d446f32253da606b87324fa620e (patch) | |
tree | 4e0971bdd543585c7ab46716ae808a7fd82f9c35 /lib/Kconfig | |
parent | f52c44cd27b4a0be37ef97f0466e4095ebebef3f (diff) | |
parent | cfaf025112d3856637ff34a767ef785ef5cf2ca9 (diff) |
Merge commit 'v3.5-rc2' into next
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index ac9d8d31c4a6..8269d56dcdaa 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -16,6 +16,12 @@ config BITREVERSE | |||
16 | config RATIONAL | 16 | config RATIONAL |
17 | boolean | 17 | boolean |
18 | 18 | ||
19 | config GENERIC_STRNCPY_FROM_USER | ||
20 | bool | ||
21 | |||
22 | config GENERIC_STRNLEN_USER | ||
23 | bool | ||
24 | |||
19 | config GENERIC_FIND_FIRST_BIT | 25 | config GENERIC_FIND_FIRST_BIT |
20 | bool | 26 | bool |
21 | 27 | ||
@@ -33,6 +39,9 @@ config GENERIC_IO | |||
33 | boolean | 39 | boolean |
34 | default n | 40 | default n |
35 | 41 | ||
42 | config STMP_DEVICE | ||
43 | bool | ||
44 | |||
36 | config CRC_CCITT | 45 | config CRC_CCITT |
37 | tristate "CRC-CCITT functions" | 46 | tristate "CRC-CCITT functions" |
38 | help | 47 | help |
@@ -353,6 +362,14 @@ config CORDIC | |||
353 | This option provides an implementation of the CORDIC algorithm; | 362 | This option provides an implementation of the CORDIC algorithm; |
354 | calculations are in fixed point. Module will be called cordic. | 363 | calculations are in fixed point. Module will be called cordic. |
355 | 364 | ||
365 | config DDR | ||
366 | bool "JEDEC DDR data" | ||
367 | help | ||
368 | Data from JEDEC specs for DDR SDRAM memories, | ||
369 | particularly the AC timing parameters and addressing | ||
370 | information. This data is useful for drivers handling | ||
371 | DDR SDRAM controllers. | ||
372 | |||
356 | config MPILIB | 373 | config MPILIB |
357 | tristate | 374 | tristate |
358 | select CLZ_TAB | 375 | select CLZ_TAB |