aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/Kconfig
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2008-01-21 11:44:11 +0100
committerJesper Nilsson <jesper.nilsson@axis.com>2008-02-08 11:06:31 +0100
commitc974a9e5a3c52f1c61501b22a0b0a278250a6bd1 (patch)
treeee24ac27dfc10c4f2ae664a07b982c606b8881d7 /arch/cris/Kconfig
parent4f073eff3fb738dce5ad0d8a3d126e5c09cbfba7 (diff)
downloadkernel_samsung_smdk4412-c974a9e5a3c52f1c61501b22a0b0a278250a6bd1.zip
kernel_samsung_smdk4412-c974a9e5a3c52f1c61501b22a0b0a278250a6bd1.tar.gz
kernel_samsung_smdk4412-c974a9e5a3c52f1c61501b22a0b0a278250a6bd1.tar.bz2
CRIS v10: Add synchronous serial port driver for CRIS v10.
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r--arch/cris/Kconfig31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig
index 4a27ef3..e6d440a 100644
--- a/arch/cris/Kconfig
+++ b/arch/cris/Kconfig
@@ -292,6 +292,37 @@ config ETRAX_PCF8563
endchoice
+config ETRAX_SYNCHRONOUS_SERIAL
+ bool "Synchronous serial-port support"
+ help
+ Select this to enable the synchronous serial port driver.
+
+config ETRAX_SYNCHRONOUS_SERIAL_PORT0
+ bool "Synchronous serial port 0 enabled"
+ depends on ETRAX_SYNCHRONOUS_SERIAL
+ help
+ Enabled synchronous serial port 0.
+
+config ETRAX_SYNCHRONOUS_SERIAL0_DMA
+ bool "Enable DMA on synchronous serial port 0."
+ depends on ETRAX_SYNCHRONOUS_SERIAL_PORT0
+ help
+ A synchronous serial port can run in manual or DMA mode.
+ Selecting this option will make it run in DMA mode.
+
+config ETRAX_SYNCHRONOUS_SERIAL_PORT1
+ bool "Synchronous serial port 1 enabled"
+ depends on ETRAX_SYNCHRONOUS_SERIAL && (ETRAXFS || ETRAX_ARCH_V10)
+ help
+ Enabled synchronous serial port 1.
+
+config ETRAX_SYNCHRONOUS_SERIAL1_DMA
+ bool "Enable DMA on synchronous serial port 1."
+ depends on ETRAX_SYNCHRONOUS_SERIAL_PORT1
+ help
+ A synchronous serial port can run in manual or DMA mode.
+ Selecting this option will make it run in DMA mode.
+
choice
prompt "Network LED behavior"
depends on ETRAX_ETHERNET