diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-12 21:47:36 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 19:58:22 (GMT) |
commit | 3f9416cacc705e7d44611048168fc9180233299c (patch) | |
tree | aa814d95042f428097c198458cb53fd52807694d /arch/mips/Kconfig | |
parent | 085c9461edc964d1956aece94c45ce6295f6221f (diff) | |
download | linux-3f9416cacc705e7d44611048168fc9180233299c.tar.xz |
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>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c72bf8d..4c1686a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -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 |