mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 18:28:19 +00:00 
			
		
		
		
	 247537b9a2
			
		
	
	
		247537b9a2
		
	
	
	
	
		
			
			Remove the following redundant and never or rarely used kconfig syntax: - "def_boolean" (same as "def_bool") - "requires" (same as "depends on") - "depends" (same as "depends on") This patch contains the code changes and Kconfig updates. The shipped files are in next patch to let actual codechange stand out. Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: "Randy.Dunlap" <rdunlap@xenotime.net> Cc: Bryan Wu <bryan.wu@analog.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Dmitry Torokhov <dtor@mail.ru> Cc: "John W. Linville" <linville@tuxdriver.com> Cc: Roman Zippel <zippel@linux-m68k.org> Cc: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # Telephony device configuration
 | |
| #
 | |
| 
 | |
| menuconfig PHONE
 | |
| 	tristate "Telephony support"
 | |
| 	depends on HAS_IOMEM
 | |
| 	---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.
 | |
| 
 | |
| 	  Note: this has nothing to do with modems.  You do not need to say Y
 | |
| 	  here in order to be able to use a modem under Linux.
 | |
| 
 | |
| 	  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"
 | |
| 	depends on ISA || PCI
 | |
| 	---help---
 | |
| 	  Say M if you have a telephony card manufactured by Quicknet
 | |
| 	  Technologies, Inc.  These include the Internet PhoneJACK and
 | |
| 	  Internet LineJACK Telephony Cards. You will get a module called
 | |
| 	  ixj.
 | |
| 
 | |
| 	  For the ISA versions of these products, you can configure the
 | |
| 	  cards using the isapnp tools (pnpdump/isapnp) or you can use the
 | |
| 	  isapnp support.  Please read <file:Documentation/telephony/ixj.txt>.
 | |
| 
 | |
| 	  For more information on these cards, see Quicknet's web site at:
 | |
| 	  <http://www.quicknet.net/>.
 | |
| 
 | |
| 	  If you do not have any Quicknet telephony cards, you can safely
 | |
| 	  say N here.
 | |
| 
 | |
| config PHONE_IXJ_PCMCIA
 | |
| 	tristate "QuickNet Internet LineJack/PhoneJack PCMCIA support"
 | |
| 	depends on PHONE_IXJ && PCMCIA
 | |
| 	help
 | |
| 	  Say Y here to configure in PCMCIA service support for the Quicknet
 | |
| 	  cards manufactured by Quicknet Technologies, Inc.  This changes the
 | |
| 	  card initialization code to work with the card manager daemon.
 | |
| 
 | |
| endif # PHONE
 |