All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Add --disable-n900modem to the configure script
@ 2010-08-13 18:31 Pekka.Pessi
  2010-08-13 18:31 ` [PATCH 2/2] Add: n900modem driver Pekka.Pessi
  0 siblings, 1 reply; 7+ messages in thread
From: Pekka.Pessi @ 2010-08-13 18:31 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 900 bytes --]

From: Pekka Pessi <Pekka.Pessi@nokia.com>

---
 configure.ac |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index e834077..6c303f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,6 +140,13 @@ AC_ARG_ENABLE(isimodem, AC_HELP_STRING([--disable-isimodem],
 					[enable_isimodem=${enableval}])
 AM_CONDITIONAL(ISIMODEM, test "${enable_isimodem}" != "no")
 
+AC_ARG_ENABLE(n900modem, AC_HELP_STRING([--disable-n900modem],
+				[disable native Nokia N900 modem support]),
+					[enable_n900modem=${enableval}])
+AC_DEFINE([HAVE_N900MODEM], 1,
+ [Define to 1 if you have native N900 modem support.])
+AM_CONDITIONAL(N900MODEM, test "${enable_n900modem}" != "no")
+
 AC_ARG_ENABLE(atmodem, AC_HELP_STRING([--disable-atmodem],
 				[disable ETSI AT modem support]),
 					[enable_atmodem=${enableval}])
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-01  8:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-13 18:31 [PATCH 1/2] Add --disable-n900modem to the configure script Pekka.Pessi
2010-08-13 18:31 ` [PATCH 2/2] Add: n900modem driver Pekka.Pessi
2010-08-17 19:19   ` Denis Kenzior
2010-08-30 14:23     ` Aki Niemi
2010-08-30 21:03       ` Denis Kenzior
2010-08-30 21:28     ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2010-09-01  8:32       ` Pekka Pessi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.