]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drop "select GCD" from three Kconfig files
authorPaul Bolle <pebolle@tiscali.nl>
Sat, 12 Nov 2011 21:47:36 +0000 (22:47 +0100)
committerJiri Kosina <jkosina@suse.cz>
Sun, 13 Nov 2011 19:58:22 +0000 (20:58 +0100)
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>
arch/mips/Kconfig
net/netfilter/ipvs/Kconfig
sound/core/Kconfig

index c72bf8dc9a6140a2da81f174b73217b9828b11d8..4c1686ad0c988be481d7e2e1669fea77aec40978 100644 (file)
@@ -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
index 70bd1d0774c6bdb6b1f9d4d1f07284cfe43500dd..ca80de53d1eb8b7e51399dd293714eebae3c1f85 100644 (file)
@@ -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
index 475455c76610cdd2ac7c227be01babda6ab72bd8..c15682a2f9dbd743db935ca682be3ba1a669bb63 100644 (file)
@@ -5,7 +5,6 @@ config SND_TIMER
 config SND_PCM
        tristate
        select SND_TIMER
-       select GCD
 
 config SND_HWDEP
        tristate