Maemo patchset 20101501+0m5
[h-e-n] / drivers / misc / ssi-char / Kconfig
diff --git a/drivers/misc/ssi-char/Kconfig b/drivers/misc/ssi-char/Kconfig
new file mode 100644 (file)
index 0000000..f3b1375
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# OMAP SSI kernel configuration
+#
+
+config SSI_CHAR
+       tristate "SSI character driver"
+       depends on OMAP_SSI
+       ---help---
+         If you say Y here, you will enable the CMT character driver.
+         This driver provides a simple character device interface for
+         serial communication with the cellular modem over the SSI bus.
+
+config SSI_CHAR_DEBUG
+       bool "Debug CMT character driver"
+       depends on SSI_CHAR && DEBUG_KERNEL
+       default n
+       ---help---
+         Enable the debug information in the CMT character driver.