Commit 3f9416ca authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina

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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 085c9461
...@@ -65,7 +65,6 @@ config AR7 ...@@ -65,7 +65,6 @@ config AR7
select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_SUPPORTS_ZBOOT_UART16550 select SYS_SUPPORTS_ZBOOT_UART16550
select ARCH_REQUIRE_GPIOLIB select ARCH_REQUIRE_GPIOLIB
select GCD
select VLYNQ select VLYNQ
help help
Support for the Texas Instruments AR7 System-on-a-Chip Support for the Texas Instruments AR7 System-on-a-Chip
......
...@@ -122,7 +122,6 @@ config IP_VS_RR ...@@ -122,7 +122,6 @@ config IP_VS_RR
config IP_VS_WRR config IP_VS_WRR
tristate "weighted round-robin scheduling" tristate "weighted round-robin scheduling"
select GCD
---help--- ---help---
The weighted robin-robin scheduling algorithm directs network The weighted robin-robin scheduling algorithm directs network
connections to different real servers based on server weights connections to different real servers based on server weights
......
...@@ -5,7 +5,6 @@ config SND_TIMER ...@@ -5,7 +5,6 @@ config SND_TIMER
config SND_PCM config SND_PCM
tristate tristate
select SND_TIMER select SND_TIMER
select GCD
config SND_HWDEP config SND_HWDEP
tristate tristate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment