kconfig
来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 738 行 · 第 1/2 页
TXT
738 行
config SERIAL_SA1100 bool "SA1100 serial port support" depends on ARM && ARCH_SA1100 select SERIAL_CORE help If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you can enable its onboard serial port by enabling this option. Please read <file:Documentation/arm/SA1100/serial_UART> for further info.config SERIAL_SA1100_CONSOLE bool "Console on SA1100 serial port" depends on SERIAL_SA1100 select SERIAL_CORE_CONSOLE help If you have enabled the serial port on the SA1100/SA1110 StrongARM CPU you can make it the console by answering Y to this option. Even if you say Y here, the currently visible virtual console (/dev/tty0) will still be used as the system console by default, but you can alter that using a kernel command line option such as "console=ttySA0". (Try "man bootparam" or see the documentation of your boot loader (lilo or loadlin) about how to pass options to the kernel at boot time.)config SERIAL_SUNCORE bool depends on SPARC32 || SPARC64 select SERIAL_CORE select SERIAL_CORE_CONSOLE default yconfig SERIAL_SUNZILOG tristate "Sun Zilog8530 serial support" depends on SPARC32 || SPARC64 help This driver supports the Zilog8530 serial ports found on many Sparc systems. Say Y or M if you want to be able to these serial ports.config SERIAL_SUNZILOG_CONSOLE bool "Console on Sun Zilog8530 serial port" depends on SERIAL_SUNZILOG=y help If you would like to be able to use the Zilog8530 serial port on your Sparc system as the console, you can do so by answering Y to this option.config SERIAL_SUNSU tristate "Sun SU serial support" depends on (SPARC32 || SPARC64) && PCI help This driver supports the 8250 serial ports that run the keyboard and mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able to these serial ports.config SERIAL_SUNSU_CONSOLE bool "Console on Sun SU serial port" depends on SERIAL_SUNSU=y help If you would like to be able to use the SU serial port on your Sparc system as the console, you can do so by answering Y to this option.config SERIAL_MUX tristate "Serial MUX support" depends on PARISC select SERIAL_CORE default y ---help--- Saying Y here will enable the hardware MUX serial driver for the Nova and K class systems. The hardware MUX is not 8250/16550 compatible therefore the /dev/ttyB0 device is shared between the Serial MUX and the PDC software console. The following steps need to be completed to use the Serial MUX: 1. create the device entry (mknod /dev/ttyB0 c 11 0) 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0 3. Add device ttyB0 to /etc/securetty (if you want to log on as root on this console.) 4. Change the kernel command console parameter to: console=ttyB0config SERIAL_MUX_CONSOLE bool "Support for console on serial MUX" depends on SERIAL_MUX select SERIAL_CORE_CONSOLE default yconfig PDC_CONSOLE bool "PDC software console support" depends on PARISC && !SERIAL_MUX && VT default n help Saying Y here will enable the software based PDC console to be used as the system console. This is useful for machines in which the hardware based console has not been written yet. The following steps must be competed to use the PDC console: 1. create the device entry (mknod /dev/ttyB0 c 11 0) 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0 3. Add device ttyB0 to /etc/securetty (if you want to log on as root on this console.) 4. Change the kernel command console parameter to: console=ttyB0config SERIAL_SUNSAB tristate "Sun Siemens SAB82532 serial support" depends on (SPARC32 || SPARC64) && PCI help This driver supports the Siemens SAB82532 DUSCC serial ports on newer (PCI) UltraSPARC systems. Say Y or M if you want to be able to these serial ports.config SERIAL_SUNSAB_CONSOLE bool "Console on Sun Siemens SAB82532 serial port" depends on SERIAL_SUNSAB=y help If you would like to be able to use the SAB82532 serial port on your Sparc system as the console, you can do so by answering Y to this option.config SERIAL_IP22_ZILOG tristate "IP22 Zilog8530 serial support" depends on SGI_IP22 select SERIAL_CORE help This driver supports the Zilog8530 serial ports found on SGI IP22 systems. Say Y or M if you want to be able to these serial ports.config SERIAL_IP22_ZILOG_CONSOLE bool "Console on IP22 Zilog8530 serial port" depends on SERIAL_IP22_ZILOG=y select SERIAL_CORE_CONSOLE helpconfig V850E_UART bool "NEC V850E on-chip UART support" depends on V850E_MA1 || V850E_ME2 || V850E_TEG || V850E2_ANNA || V850E_AS85EP1 select SERIAL_CORE default yconfig V850E_UARTB bool depends V850E_UART && V850E_ME2 default yconfig V850E_UART_CONSOLE bool "Use NEC V850E on-chip UART for console" depends on V850E_UART select SERIAL_CORE_CONSOLEconfig SERIAL_SH_SCI tristate "SH SCI(F) serial port support" depends on SUPERH || H8300 select SERIAL_COREconfig SERIAL_SH_SCI_CONSOLE bool "Support for console on SH SCI(F)" depends on SERIAL_SH_SCI=y select SERIAL_CORE_CONSOLEconfig SERIAL_AU1X00 bool "Enable Au1x00 UART Support" depends on MIPS && SOC_AU1X00 select SERIAL_CORE help If you have an Alchemy AU1X00 processor (MIPS based) and you want to use serial ports, say Y. Otherwise, say N.config SERIAL_AU1X00_CONSOLE bool "Enable Au1x00 serial console" depends on SERIAL_AU1X00 select SERIAL_CORE_CONSOLE help If you have an Alchemy AU1X00 processor (MIPS based) and you want to use a console on a serial port, say Y. Otherwise, say N.config SERIAL_CORE tristateconfig SERIAL_CORE_CONSOLE boolconfig SERIAL_68328 bool "68328 serial support" depends on M68328 || M68EZ328 || M68VZ328 help This driver supports the built-in serial port of the Motorola 68328 (standard, EZ and VZ varities).config SERIAL_68328_RTS_CTS bool "Support RTS/CTS on 68328 serial port" depends on SERIAL_68328config SERIAL_COLDFIRE bool "ColdFire serial support" depends on COLDFIRE help This driver supports the built-in serial ports of the Motorola ColdFire family of CPUs.config SERIAL_68360_SMC bool "68360 SMC uart support" depends on M68360 help This driver supports the SMC serial ports of the Motorola 68360 CPU.config SERIAL_68360_SCC bool "68360 SCC uart support" depends on M68360 help This driver supports the SCC serial ports of the Motorola 68360 CPU.config SERIAL_68360 bool depends on SERIAL_68360_SMC || SERIAL_68360_SCC default yconfig SERIAL_PMACZILOG tristate "PowerMac z85c30 ESCC support" depends on PPC_OF select SERIAL_CORE help This driver supports the Zilog z85C30 serial ports found on PowerMac machines. Say Y or M if you want to be able to these serial ports.config SERIAL_PMACZILOG_CONSOLE bool "Console on PowerMac z85c30 serial port" depends on SERIAL_PMACZILOG=y select SERIAL_CORE_CONSOLE help If you would like to be able to use the z85c30 serial port on your PowerMac as the console, you can do so by answering Y to this option.config SERIAL_LH7A40X tristate "Sharp LH7A40X embedded UART support" depends on ARM && ARCH_LH7A40X select SERIAL_CORE help This enables support for the three on-board UARTs of the Sharp LH7A40X series CPUs. Choose Y or M.config SERIAL_LH7A40X_CONSOLE bool "Support for connsole on Sharp LH7A40X serial port" depends on SERIAL_LH7A40X=y select SERIAL_CORE_CONSOLE help Say Y here if you wish to use one of the serial ports as the system console--the system console is the device which receives all kernel messages and warnings and which allows logins in single user mode. Even if you say Y here, the currently visible framebuffer console (/dev/tty0) will still be used as the default system console, but you can alter that using a kernel command line, for example "console=ttyAM1".config SERIAL_CPM tristate "CPM SCC/SMC serial port support" depends on CPM2 || 8xx select SERIAL_CORE help This driver supports the SCC and SMC serial ports on Motorola embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)config SERIAL_CPM_CONSOLE bool "Support for console on CPM SCC/SMC serial port" depends on SERIAL_CPM=y select SERIAL_CORE_CONSOLE help Say Y here if you wish to use a SCC or SMC CPM UART as the system console (the system console is the device which receives all kernel messages and warnings and which allows logins in single user mode). Even if you say Y here, the currently visible framebuffer console (/dev/tty0) will still be used as the system console by default, but you can alter that using a kernel command line option such as "console=ttyCPM0". (Try "man bootparam" or see the documentation of your boot loader (lilo or loadlin) about how to pass options to the kernel at boot time.)config SERIAL_CPM_SCC1 bool "Support for SCC1 serial port" depends on SERIAL_CPM=y help Select the is option to use SCC1 as a serial portconfig SERIAL_CPM_SCC2 bool "Support for SCC2 serial port" depends on SERIAL_CPM=y help Select the is option to use SCC2 as a serial portconfig SERIAL_CPM_SCC3 bool "Support for SCC3 serial port" depends on SERIAL_CPM=y help Select the is option to use SCC3 as a serial portconfig SERIAL_CPM_SCC4 bool "Support for SCC4 serial port" depends on SERIAL_CPM=y help Select the is option to use SCC4 as a serial portconfig SERIAL_CPM_SMC1 bool "Support for SMC1 serial port" depends on SERIAL_CPM=y help Select the is option to use SMC1 as a serial portconfig SERIAL_CPM_SMC2 bool "Support for SMC2 serial port" depends on SERIAL_CPM=y help Select the is option to use SMC2 as a serial portconfig 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!), say Y. Otherwise, say N.config SERIAL_MPC52xx tristate "Freescale MPC52xx family PSC serial support" depends on PPC_MPC52xx select SERIAL_CORE help This drivers support the MPC52xx PSC serial ports. If you would like to use them, you must answer Y or M to this option. Not that for use as console, it must be included in kernel and not as a module.config SERIAL_MPC52xx_CONSOLE bool "Console on a Freescale MPC52xx family PSC serial port" depends on SERIAL_MPC52xx=y select SERIAL_CORE_CONSOLE help Select this options if you'd like to use one of the PSC serial port of the Freescale MPC52xx family as a console.config SERIAL_MPC52xx_CONSOLE_BAUD int "Freescale MPC52xx family PSC serial port baud" depends on SERIAL_MPC52xx_CONSOLE=y default "9600" help Select the MPC52xx console baud rate. This value is only used if the bootloader doesn't pass in the console baudrateconfig 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?