diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-21 05:44:11 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:31 -0500 |
commit | c974a9e5a3c52f1c61501b22a0b0a278250a6bd1 (patch) | |
tree | ee24ac27dfc10c4f2ae664a07b982c606b8881d7 /arch/cris/Kconfig | |
parent | 4f073eff3fb738dce5ad0d8a3d126e5c09cbfba7 (diff) |
CRIS v10: Add synchronous serial port driver for CRIS v10.
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 |