X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fserial%2FKconfig;h=7d22dc0478d3fb77687e81c111ee743cf75943c7;hb=950709a8961e2dde05bc55dca29b2d2e54a6d3ec;hp=fe0d8b8e91c8711099f2a45a1a502ae447dea898;hpb=bac30d1a78d0f11c613968fc8b351a91ed465386;p=powerpc.git diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index fe0d8b8e91..7d22dc0478 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -63,6 +63,33 @@ config SERIAL_8250_CONSOLE If unsure, say N. +config SERIAL_8250_GSC + tristate + depends on SERIAL_8250 && GSC + default SERIAL_8250 + +config SERIAL_8250_PCI + tristate "8250/16550 PCI device support" if EMBEDDED + depends on SERIAL_8250 && PCI + default SERIAL_8250 + help + This builds standard PCI serial support. You may be able to + disable this feature if you only need legacy serial support. + Saves about 9K. + +config SERIAL_8250_PNP + tristate "8250/16550 PNP device support" if EMBEDDED + depends on SERIAL_8250 && PNP + default SERIAL_8250 + help + This builds standard PNP serial support. You may be able to + disable this feature if you only need legacy serial support. + +config SERIAL_8250_HP300 + tristate + depends on SERIAL_8250 && HP300 + default SERIAL_8250 + config SERIAL_8250_CS tristate "8250/16550 PCMCIA device support" depends on PCMCIA && SERIAL_8250