X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2FKconfig.debug;h=1e5f207b90748d3a79a8f739e0efbcd9606baddc;hb=699d934d5f958d7944d195c03c334f28cc0b3669;hp=1faa5087dc86d65685f97a0714bf70e7f586fd35;hpb=02bae2129710018883f9536969de7e6acf9304ca;p=mv-sheeva.git diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1faa5087dc8..1e5f207b907 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -9,6 +9,14 @@ config PRINTK_TIME operations. This is useful for identifying long delays in kernel startup. +config ENABLE_WARN_DEPRECATED + bool "Enable __deprecated logic" + default y + help + Enable the __deprecated logic in the kernel build. + Disable this to suppress the "warning: 'foo' is deprecated + (declared at kernel/power/somefile.c:1234)" messages. + config ENABLE_MUST_CHECK bool "Enable __must_check logic" default y