X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2FKconfig;h=d794384a0404d2e9b1d1e9c3f6a966ca877c647c;hb=604e57888499c149d0aca4b1ac39da07da040fcb;hp=8f84fd268dee6a2c4bf3792352c48ff11e2e6222;hpb=42a0bb3f71383b457a7db362f1c69e7afb96732b;p=deliverable%2Flinux.git diff --git a/arch/Kconfig b/arch/Kconfig index 8f84fd268dee..d794384a0404 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -598,6 +598,14 @@ config HAVE_STACK_VALIDATION Architecture supports the 'objtool check' host tool command, which performs compile-time stack metadata validation. +config HAVE_ARCH_HASH + bool + default n + help + If this is set, the architecture provides an + file which provides platform-specific implementations of some + functions in or fs/namei.c. + # # ABI hall of shame # @@ -647,4 +655,7 @@ config COMPAT_OLD_SIGACTION config ARCH_NO_COHERENT_DMA_MMAP bool +config CPU_NO_EFFICIENT_FFS + def_bool n + source "kernel/gcov/Kconfig"