Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 841c0090 authored by Christoph Jaeger's avatar Christoph Jaeger Committed by Linus Torvalds
Browse files

lib/Kconfig: use bool instead of boolean

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: default avatarChristoph Jaeger <cj@linux.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 780fc564
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ config BITREVERSE
	tristate

config HAVE_ARCH_BITREVERSE
	boolean
	bool
	default n
	depends on BITREVERSE
	help