diff options
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 4a27ef374203..e6d440ae5e5b 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -292,6 +292,37 @@ config ETRAX_PCF8563 | |||
292 | 292 | ||
293 | endchoice | 293 | endchoice |
294 | 294 | ||
295 | config ETRAX_SYNCHRONOUS_SERIAL | ||
296 | bool "Synchronous serial-port support" | ||
297 | help | ||
298 | Select this to enable the synchronous serial port driver. | ||
299 | |||
300 | config ETRAX_SYNCHRONOUS_SERIAL_PORT0 | ||
301 | bool "Synchronous serial port 0 enabled" | ||
302 | depends on ETRAX_SYNCHRONOUS_SERIAL | ||
303 | help | ||
304 | Enabled synchronous serial port 0. | ||
305 | |||
306 | config ETRAX_SYNCHRONOUS_SERIAL0_DMA | ||
307 | bool "Enable DMA on synchronous serial port 0." | ||
308 | depends on ETRAX_SYNCHRONOUS_SERIAL_PORT0 | ||
309 | help | ||
310 | A synchronous serial port can run in manual or DMA mode. | ||
311 | Selecting this option will make it run in DMA mode. | ||
312 | |||
313 | config ETRAX_SYNCHRONOUS_SERIAL_PORT1 | ||
314 | bool "Synchronous serial port 1 enabled" | ||
315 | depends on ETRAX_SYNCHRONOUS_SERIAL && (ETRAXFS || ETRAX_ARCH_V10) | ||
316 | help | ||
317 | Enabled synchronous serial port 1. | ||
318 | |||
319 | config ETRAX_SYNCHRONOUS_SERIAL1_DMA | ||
320 | bool "Enable DMA on synchronous serial port 1." | ||
321 | depends on ETRAX_SYNCHRONOUS_SERIAL_PORT1 | ||
322 | help | ||
323 | A synchronous serial port can run in manual or DMA mode. | ||
324 | Selecting this option will make it run in DMA mode. | ||
325 | |||
295 | choice | 326 | choice |
296 | prompt "Network LED behavior" | 327 | prompt "Network LED behavior" |
297 | depends on ETRAX_ETHERNET | 328 | depends on ETRAX_ETHERNET |