X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2FKconfig;h=5e7165e6a346c9bec878b78c8c8c3d175fc98dfd;hb=32b47072f319bb65e9afad59e78153d83496f1f5;hp=5c9c0687f76d117a86386cd47c502651f879dd8e;hpb=8c61951b372d83b426a66dafc9c4ac24b3ce3335;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