X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2FKconfig;h=c80fde816a7ee6b6eb907a1f2e7b542eba7009dc;hb=431c322298de001914ffe64b8792401c26bfb332;hp=655b0e43f260bfca63240794191e3f1890b2e801;hpb=ce990f1de0bc6ff3de43d385e0985efa980fba24;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/lib/Kconfig b/lib/Kconfig index 655b0e43..c80fde8 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -65,9 +65,6 @@ config GENERIC_STRNLEN_USER config GENERIC_NET_UTILS bool -config GENERIC_FIND_FIRST_BIT - bool - source "lib/math/Kconfig" config NO_GENERIC_PCI_IOPORT_MAP @@ -122,6 +119,8 @@ config INDIRECT_IOMEM_FALLBACK mmio accesses when the IO memory address is not a registered emulated region. +source "lib/crypto/Kconfig" + config CRC_CCITT tristate "CRC-CCITT functions" help @@ -671,6 +670,10 @@ config STACKDEPOT bool select STACKTRACE +config STACKDEPOT_ALWAYS_INIT + bool + select STACKDEPOT + config STACK_HASH_ORDER int "stack depot hash size (12 => 4KB, 20 => 1024KB)" range 12 20