X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=lib%2FKconfig;h=3e63af08908243be1f2bfc111e4356864802df3d;hb=f465d145d76803fe6332092775d891c8c509aa44;hp=4a8aba2e5cc016b84776a85af19d8d2d1b404f30;hpb=b6255ee3d82798eb1eee9fb1cca713317b5afae8;p=cascardo%2Flinux.git diff --git a/lib/Kconfig b/lib/Kconfig index 4a8aba2e5cc0..3e63af089082 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -16,6 +16,9 @@ config BITREVERSE config RATIONAL boolean +config GENERIC_STRNCPY_FROM_USER + bool + config GENERIC_FIND_FIRST_BIT bool @@ -33,6 +36,9 @@ config GENERIC_IO boolean default n +config STMP_DEVICE + bool + config CRC_CCITT tristate "CRC-CCITT functions" help @@ -353,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