X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2FKconfig;h=5e7165e6a346c9bec878b78c8c8c3d175fc98dfd;hb=213ecb3157514486a9ae6848a298b91a79cc2e2a;hp=5c9c0687f76d117a86386cd47c502651f879dd8e;hpb=cd358208d703fca446b52f3cf8f23c18f9e7705e;p=linux-2.6-microblaze.git diff --git a/lib/Kconfig b/lib/Kconfig index 5c9c0687f76d..5e7165e6a346 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -50,12 +50,18 @@ config HAVE_ARCH_BITREVERSE This option enables the use of hardware bit-reversal instructions on architectures which support such operations. -config GENERIC_STRNCPY_FROM_USER +config ARCH_HAS_STRNCPY_FROM_USER bool -config GENERIC_STRNLEN_USER +config ARCH_HAS_STRNLEN_USER bool +config GENERIC_STRNCPY_FROM_USER + def_bool !ARCH_HAS_STRNCPY_FROM_USER + +config GENERIC_STRNLEN_USER + def_bool !ARCH_HAS_STRNLEN_USER + config GENERIC_NET_UTILS bool