Skip to content

Commit

Permalink
drop "select GCD" from three Kconfig files
Browse files Browse the repository at this point in the history
There is no Kconfig symbol named GCD. The three select statements for
that symbol are nops. Drop these.

Signed-off-by: Paul Bolle <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
pebolle authored and Jiri Kosina committed Nov 13, 2011
1 parent 085c946 commit 3f9416c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion net/netfilter/ipvs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion sound/core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ config SND_TIMER
config SND_PCM
tristate
select SND_TIMER
select GCD

config SND_HWDEP
tristate
Expand Down

0 comments on commit 3f9416c

Please sign in to comment.