aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/n_tracesink.c
diff options
context:
space:
mode:
authorJean Delvare2016-12-19 10:58:29 +0100
committerGreg Kroah-Hartman2017-01-12 11:51:25 +0100
commitf1e8c710e20c6e5d4546396c08bb7ac28a06ed18 (patch)
tree8eac6ad7f6921cfbcf494afd6a3a2fc8b49f8dc4 /drivers/tty/n_tracesink.c
parent699a11ba7ec869b006623182881f2f1f5b4aea53 (diff)
serial: 8250_pci: make option visible
Hiding tristate options with "if EXPERT" is usually not a good idea. You can decide that the driver should be included by default, but you don't know if the user wants it built-in or as a module. Hiding the option prevents the user from making that decision. In this specific case, driver 8250_pci ends up being built-in as soon as SERIAL_8250=y. It is very common for distribution kernels to build the subsystem core code into the kernel, because almost everybody will need it, but build all the device drivers as modules. This should be made possible. So drop the "if EXPERT" and make SERIAL_8250_PCI visible. Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Jiri Slaby <jslaby@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/n_tracesink.c')
0 files changed, 0 insertions, 0 deletions