kconfig: use bool instead of boolean for type definition attributes

Support for keyword 'boolean' will be dropped later on.

No functional change.

Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
Signed-off-by: Christoph Jaeger <cj@linux.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
Christoph Jaeger
2014-12-20 15:41:11 -05:00
committed by Michal Marek
부모 97bf6af1f9
커밋 6341e62b21
31개의 변경된 파일99개의 추가작업 그리고 99개의 파일을 삭제

파일 보기

@@ -12,7 +12,7 @@ menuconfig CONNECTOR
if CONNECTOR
config PROC_EVENTS
boolean "Report process events to userspace"
bool "Report process events to userspace"
depends on CONNECTOR=y
default y
---help---