diff options
author | Christoph Jaeger <cj@linux.com> | 2014-12-20 15:41:11 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-01-07 07:08:04 -0500 |
commit | 6341e62b212a2541efb0160c470e90bd226d5496 (patch) | |
tree | d627887c8ec8f3c65f5cef59ebd85becac7634b2 /drivers/connector/Kconfig | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
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>
Diffstat (limited to 'drivers/connector/Kconfig')
-rw-r--r-- | drivers/connector/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/connector/Kconfig b/drivers/connector/Kconfig index 6e6730f9dfd1..3de5f3a9a104 100644 --- a/drivers/connector/Kconfig +++ b/drivers/connector/Kconfig | |||
@@ -12,7 +12,7 @@ menuconfig CONNECTOR | |||
12 | if CONNECTOR | 12 | if CONNECTOR |
13 | 13 | ||
14 | config PROC_EVENTS | 14 | config PROC_EVENTS |
15 | boolean "Report process events to userspace" | 15 | bool "Report process events to userspace" |
16 | depends on CONNECTOR=y | 16 | depends on CONNECTOR=y |
17 | default y | 17 | default y |
18 | ---help--- | 18 | ---help--- |