lib/Kconfig: use bool instead of boolean
authorChristoph Jaeger <[email protected]>
Tue, 17 Feb 2015 00:00:20 +0000 (16:00 -0800)
committerLinus Torvalds <[email protected]>
Tue, 17 Feb 2015 01:56:05 +0000 (17:56 -0800)
commit841c009007144bed9b46643e2e0c4ba6821a2299
tree3213606ab215928714f8b944eff89f5f11fe4099
parent780fc5642f59b6c6e2b05794de60b2d2ad5f040e
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[email protected]
See http://lkml.kernel.org/r/1419108071[email protected]

Signed-off-by: Christoph Jaeger <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/Kconfig