summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xpp/card_fxo.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/xpp/card_fxo.c b/xpp/card_fxo.c
index c46ba32..7255a11 100644
--- a/xpp/card_fxo.c
+++ b/xpp/card_fxo.c
@@ -1031,6 +1031,11 @@ static int proc_xpd_slic_write(struct file *file, const char __user *buffer, uns
int __init card_fxo_startup(void)
{
INFO("%s revision %s\n", THIS_MODULE->name, ZAPTEL_VERSION);
+#ifdef SOFT_RING
+ INFO("FEATURE: %s with SOFT_RING\n", THIS_MODULE->name);
+#else
+ INFO("FEATURE: %s without SOFT_RING\n", THIS_MODULE->name);
+#endif
xproto_register(&PROTO_TABLE(FXO));
return 0;
}