]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/telephony/Kconfig
mn10300: export certain arch symbols required to build allmodconfig
[linux-2.6-omap-h63xx.git] / drivers / telephony / Kconfig
index dd1d6a53f3c084f0b5a2cc49d27ee27da3fafb0c..b5f78b6ed2bd1295fb1a5349b3d97b466d6eb335 100644 (file)
@@ -2,11 +2,9 @@
 # Telephony device configuration
 #
 
 # Telephony device configuration
 #
 
-menu "Telephony Support"
+menuconfig PHONE
+       tristate "Telephony support"
        depends on HAS_IOMEM
        depends on HAS_IOMEM
-
-config PHONE
-       tristate "Linux telephony support"
        ---help---
          Say Y here if you have a telephony card, which for example allows
          you to use a regular phone for voice-over-IP applications.
        ---help---
          Say Y here if you have a telephony card, which for example allows
          you to use a regular phone for voice-over-IP applications.
@@ -17,9 +15,11 @@ config PHONE
          To compile this driver as a module, choose M here: the
          module will be called phonedev.
 
          To compile this driver as a module, choose M here: the
          module will be called phonedev.
 
+if PHONE
+
 config PHONE_IXJ
        tristate "QuickNet Internet LineJack/PhoneJack support"
 config PHONE_IXJ
        tristate "QuickNet Internet LineJack/PhoneJack support"
-       depends on PHONE
+       depends on ISA || PCI
        ---help---
          Say M if you have a telephony card manufactured by Quicknet
          Technologies, Inc.  These include the Internet PhoneJACK and
        ---help---
          Say M if you have a telephony card manufactured by Quicknet
          Technologies, Inc.  These include the Internet PhoneJACK and
@@ -44,5 +44,4 @@ config PHONE_IXJ_PCMCIA
          cards manufactured by Quicknet Technologies, Inc.  This changes the
          card initialization code to work with the card manager daemon.
 
          cards manufactured by Quicknet Technologies, Inc.  This changes the
          card initialization code to work with the card manager daemon.
 
-endmenu
-
+endif # PHONE