mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 baa293e954
			
		
	
	
		baa293e954
		
	
	
	
	
		
			
			There are lots of documents under Documentation/*.txt and a few other orphan documents elsehwere that belong to the driver-API book. Move them to their right place. Reviewed-by: Cornelia Huck <cohuck@redhat.com> # vfio-related parts Acked-by: Logan Gunthorpe <logang@deltatee.com> # switchtec Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
		
			
				
	
	
		
			13 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # ISA Plug and Play configuration
 | |
| #
 | |
| config ISAPNP
 | |
| 	bool "ISA Plug and Play support"
 | |
| 	depends on ISA || COMPILE_TEST
 | |
| 	help
 | |
| 	  Say Y here if you would like support for ISA Plug and Play devices.
 | |
| 	  Some information is in <file:Documentation/driver-api/isapnp.rst>.
 | |
| 
 | |
| 	  If unsure, say Y.
 |