X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fserial%2FKconfig;h=6f8984a54e1d4d21885570f43a93d8ae46f1f323;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=74a0b9cadc666d95e6d00f033781daace6ae9702;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 74a0b9cad..6f8984a54 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -450,7 +450,7 @@ config SERIAL_MUX_CONSOLE config PDC_CONSOLE bool "PDC software console support" - depends on PARISC && !SERIAL_MUX + depends on PARISC && !SERIAL_MUX && VT default n help Saying Y here will enable the software based PDC console to be @@ -682,6 +682,7 @@ config SERIAL_SGI_L1_CONSOLE bool "SGI Altix L1 serial console support" depends on IA64_GENERIC || IA64_SGI_SN2 select SERIAL_CORE + select SERIAL_CORE_CONSOLE help If you have an SGI Altix and you would like to use the system controller serial port as your console (you want this!), @@ -714,4 +715,16 @@ config SERIAL_MPC52xx_CONSOLE_BAUD This value is only used if the bootloader doesn't pass in the console baudrate +config SERIAL_ICOM + tristate "IBM Multiport Serial Adapter" + depends on PPC_ISERIES || PPC_PSERIES + select SERIAL_CORE + help + This driver is for a family of multiport serial adapters + including 2 port RVX, 2 port internal modem, 4 port internal + modem and a split 1 port RVX and 1 port internal modem. + + This driver can also be built as a module. If so, the module + will be called icom. + endmenu