UPSTREAM: char: lack of bool string made CONFIG_DEVPORT always on
authorMax Bires <jbires@google.com>
Tue, 3 Jan 2017 16:18:07 +0000 (08:18 -0800)
committerMark Salyzyn <salyzyn@google.com>
Mon, 17 Apr 2017 14:58:13 +0000 (07:58 -0700)
commit8fc6fba4c15c9c64a12dc9658a4abb4425a47d8f
tree5d9973bcf27dc4b78912ce434e57dba8958caee1
parentb68cf9315f1c32c3587b6d88186e76d37e85ad0d
UPSTREAM: char: lack of bool string made CONFIG_DEVPORT always on

(cherry pick from commit f2cfa58b136e4b06a9b9db7af5ef62fbb5992f62)

Without a bool string present, using "# CONFIG_DEVPORT is not set" in
defconfig files would not actually unset devport. This esnured that
/dev/port was always on, but there are reasons a user may wish to
disable it (smaller kernel, attack surface reduction) if it's not being
used. Adding a message here in order to make this user visible.

Signed-off-by: Max Bires <jbires@google.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Bug: 37210310
Bug: 36604779
Change-Id: Ib1e947526f6c6f7cdf6389923287631056f32c36
drivers/char/Kconfig