mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	drop "select GCD" from three Kconfig files
There is no Kconfig symbol named GCD. The three select statements for that symbol are nops. Drop these. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
		
							parent
							
								
									085c9461ed
								
							
						
					
					
						commit
						3f9416cacc
					
				
					 3 changed files with 0 additions and 3 deletions
				
			
		|  | @ -65,7 +65,6 @@ config AR7 | |||
| 	select SYS_SUPPORTS_LITTLE_ENDIAN | ||||
| 	select SYS_SUPPORTS_ZBOOT_UART16550 | ||||
| 	select ARCH_REQUIRE_GPIOLIB | ||||
| 	select GCD | ||||
| 	select VLYNQ | ||||
| 	help | ||||
| 	  Support for the Texas Instruments AR7 System-on-a-Chip | ||||
|  |  | |||
|  | @ -122,7 +122,6 @@ config	IP_VS_RR | |||
|   | ||||
| config	IP_VS_WRR | ||||
| 	tristate "weighted round-robin scheduling" | ||||
| 	select GCD | ||||
| 	---help--- | ||||
| 	  The weighted robin-robin scheduling algorithm directs network | ||||
| 	  connections to different real servers based on server weights | ||||
|  |  | |||
|  | @ -5,7 +5,6 @@ config SND_TIMER | |||
| config SND_PCM | ||||
| 	tristate | ||||
| 	select SND_TIMER | ||||
| 	select GCD | ||||
| 
 | ||||
| config SND_HWDEP | ||||
| 	tristate | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Paul Bolle
						Paul Bolle