]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit14072799807c7b1346d4367c8bd6dcdb8bdf69e1
tree3213606ab215928714f8b944eff89f5f11fe4099
parent6bc82448adde3a3b2515dd23c048eebc3ada9fda
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: 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