Keyword 'boolean' for type definition attributes is considered deprecated and, therefore, should not be used anymore.
See http://lkml.kernel.org/r/[email protected] See http://lkml.kernel.org/r/[email protected] Signed-off-by: Christoph Jaeger <[email protected]> --- lib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig b/lib/Kconfig index 147c7d9..b039e70 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -14,7 +14,7 @@ config BITREVERSE tristate config HAVE_ARCH_BITREVERSE - boolean + bool default n depends on BITREVERSE help -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

