diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 57 |
1 files changed, 28 insertions, 29 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index fc12d5df10e..2978c09860e 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -151,32 +151,6 @@ config SERIAL_8250_MANY_PORTS | |||
151 | say N here to save some memory. You can also say Y if you have an | 151 | say N here to save some memory. You can also say Y if you have an |
152 | "intelligent" multiport card such as Cyclades, Digiboards, etc. | 152 | "intelligent" multiport card such as Cyclades, Digiboards, etc. |
153 | 153 | ||
154 | config SERIAL_8250_SHARE_IRQ | ||
155 | bool "Support for sharing serial interrupts" | ||
156 | depends on SERIAL_8250_EXTENDED | ||
157 | help | ||
158 | Some serial boards have hardware support which allows multiple dumb | ||
159 | serial ports on the same board to share a single IRQ. To enable | ||
160 | support for this in the serial driver, say Y here. | ||
161 | |||
162 | config SERIAL_8250_DETECT_IRQ | ||
163 | bool "Autodetect IRQ on standard ports (unsafe)" | ||
164 | depends on SERIAL_8250_EXTENDED | ||
165 | help | ||
166 | Say Y here if you want the kernel to try to guess which IRQ | ||
167 | to use for your serial port. | ||
168 | |||
169 | This is considered unsafe; it is far better to configure the IRQ in | ||
170 | a boot script using the setserial command. | ||
171 | |||
172 | If unsure, say N. | ||
173 | |||
174 | config SERIAL_8250_RSA | ||
175 | bool "Support RSA serial ports" | ||
176 | depends on SERIAL_8250_EXTENDED | ||
177 | help | ||
178 | ::: To be written ::: | ||
179 | |||
180 | # | 154 | # |
181 | # Multi-port serial cards | 155 | # Multi-port serial cards |
182 | # | 156 | # |
@@ -199,7 +173,6 @@ config SERIAL_8250_ACCENT | |||
199 | To compile this driver as a module, choose M here: the module | 173 | To compile this driver as a module, choose M here: the module |
200 | will be called 8250_accent. | 174 | will be called 8250_accent. |
201 | 175 | ||
202 | |||
203 | config SERIAL_8250_BOCA | 176 | config SERIAL_8250_BOCA |
204 | tristate "Support Boca cards" | 177 | tristate "Support Boca cards" |
205 | depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS | 178 | depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS |
@@ -230,6 +203,32 @@ config SERIAL_8250_HUB6 | |||
230 | To compile this driver as a module, choose M here: the module | 203 | To compile this driver as a module, choose M here: the module |
231 | will be called 8250_hub6. | 204 | will be called 8250_hub6. |
232 | 205 | ||
206 | config SERIAL_8250_SHARE_IRQ | ||
207 | bool "Support for sharing serial interrupts" | ||
208 | depends on SERIAL_8250_EXTENDED | ||
209 | help | ||
210 | Some serial boards have hardware support which allows multiple dumb | ||
211 | serial ports on the same board to share a single IRQ. To enable | ||
212 | support for this in the serial driver, say Y here. | ||
213 | |||
214 | config SERIAL_8250_DETECT_IRQ | ||
215 | bool "Autodetect IRQ on standard ports (unsafe)" | ||
216 | depends on SERIAL_8250_EXTENDED | ||
217 | help | ||
218 | Say Y here if you want the kernel to try to guess which IRQ | ||
219 | to use for your serial port. | ||
220 | |||
221 | This is considered unsafe; it is far better to configure the IRQ in | ||
222 | a boot script using the setserial command. | ||
223 | |||
224 | If unsure, say N. | ||
225 | |||
226 | config SERIAL_8250_RSA | ||
227 | bool "Support RSA serial ports" | ||
228 | depends on SERIAL_8250_EXTENDED | ||
229 | help | ||
230 | ::: To be written ::: | ||
231 | |||
233 | config SERIAL_8250_MCA | 232 | config SERIAL_8250_MCA |
234 | tristate "Support 8250-type ports on MCA buses" | 233 | tristate "Support 8250-type ports on MCA buses" |
235 | depends on SERIAL_8250 != n && MCA | 234 | depends on SERIAL_8250 != n && MCA |
@@ -664,7 +663,7 @@ config V850E_UART | |||
664 | 663 | ||
665 | config V850E_UARTB | 664 | config V850E_UARTB |
666 | bool | 665 | bool |
667 | depends V850E_UART && V850E_ME2 | 666 | depends on V850E_UART && V850E_ME2 |
668 | default y | 667 | default y |
669 | 668 | ||
670 | config V850E_UART_CONSOLE | 669 | config V850E_UART_CONSOLE |
@@ -910,7 +909,7 @@ config SERIAL_M32R_PLDSIO | |||
910 | 909 | ||
911 | config SERIAL_TXX9 | 910 | config SERIAL_TXX9 |
912 | bool "TMPTX39XX/49XX SIO support" | 911 | bool "TMPTX39XX/49XX SIO support" |
913 | depends HAS_TXX9_SERIAL | 912 | depends on HAS_TXX9_SERIAL |
914 | select SERIAL_CORE | 913 | select SERIAL_CORE |
915 | default y | 914 | default y |
916 | 915 | ||