lib/Kconfig: use bool instead of boolean
authorChristoph Jaeger <cj@linux.com>
Tue, 17 Feb 2015 00:00:20 +0000 (16:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 01:56:05 +0000 (17:56 -0800)
Keyword 'boolean' for type definition attributes is considered
deprecated and, therefore, should not be used anymore.

See http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
See http://lkml.kernel.org/r/1419108071-11607-1-git-send-email-cj@linux.com

Signed-off-by: Christoph Jaeger <cj@linux.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig

index cd177caf38761a2e7301d1ab71cc2fe62df98d6f..cb9758e0ba0cd42d43cb8e7d6f86810006b80265 100644 (file)
@@ -14,7 +14,7 @@ config BITREVERSE
        tristate
 
 config HAVE_ARCH_BITREVERSE
-       boolean
+       bool
        default n
        depends on BITREVERSE
        help