Kconfig (a02001086bbfb4da35d1228bebc2f1b442db455f) | Kconfig (6774def6422f6eac53f1828c317bf3b08a8f5a60) |
---|---|
1# 2# Serial device configuration 3# 4 5if TTY 6 7menu "Serial drivers" 8 depends on HAS_IOMEM --- 687 unchanged lines hidden (view full) --- 696config PDC_CONSOLE 697 bool "PDC software console support" 698 depends on PARISC && !SERIAL_MUX && VT 699 default n 700 help 701 Saying Y here will enable the software based PDC console to be 702 used as the system console. This is useful for machines in 703 which the hardware based console has not been written yet. The | 1# 2# Serial device configuration 3# 4 5if TTY 6 7menu "Serial drivers" 8 depends on HAS_IOMEM --- 687 unchanged lines hidden (view full) --- 696config PDC_CONSOLE 697 bool "PDC software console support" 698 depends on PARISC && !SERIAL_MUX && VT 699 default n 700 help 701 Saying Y here will enable the software based PDC console to be 702 used as the system console. This is useful for machines in 703 which the hardware based console has not been written yet. The |
704 following steps must be competed to use the PDC console: | 704 following steps must be completed to use the PDC console: |
705 706 1. create the device entry (mknod /dev/ttyB0 c 11 0) 707 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0 708 3. Add device ttyB0 to /etc/securetty (if you want to log on as 709 root on this console.) 710 4. Change the kernel command console parameter to: console=ttyB0 711 712config SERIAL_SUNSAB --- 869 unchanged lines hidden --- | 705 706 1. create the device entry (mknod /dev/ttyB0 c 11 0) 707 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0 708 3. Add device ttyB0 to /etc/securetty (if you want to log on as 709 root on this console.) 710 4. Change the kernel command console parameter to: console=ttyB0 711 712config SERIAL_SUNSAB --- 869 unchanged lines hidden --- |