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/tty/serial/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/tty/serial/Kconfig')
| -rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index c79b43cd6014..9f439fa9373a 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
| @@ -498,7 +498,7 @@ config SERIAL_MFD_HSU | |||
| 498 | select SERIAL_CORE | 498 | select SERIAL_CORE |
| 499 | 499 | ||
| 500 | config SERIAL_MFD_HSU_CONSOLE | 500 | config SERIAL_MFD_HSU_CONSOLE |
| 501 | boolean "Medfile HSU serial console support" | 501 | bool "Medfile HSU serial console support" |
| 502 | depends on SERIAL_MFD_HSU=y | 502 | depends on SERIAL_MFD_HSU=y |
| 503 | select SERIAL_CORE_CONSOLE | 503 | select SERIAL_CORE_CONSOLE |
| 504 | 504 | ||
