diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-12 16:47:36 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 14:58:22 -0500 |
commit | 3f9416cacc705e7d44611048168fc9180233299c (patch) | |
tree | aa814d95042f428097c198458cb53fd52807694d /arch | |
parent | 085c9461edc964d1956aece94c45ce6295f6221f (diff) |
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')
-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 c72bf8dc9a61..4c1686ad0c98 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -65,7 +65,6 @@ config AR7 | |||
65 | select SYS_SUPPORTS_LITTLE_ENDIAN | 65 | select SYS_SUPPORTS_LITTLE_ENDIAN |
66 | select SYS_SUPPORTS_ZBOOT_UART16550 | 66 | select SYS_SUPPORTS_ZBOOT_UART16550 |
67 | select ARCH_REQUIRE_GPIOLIB | 67 | select ARCH_REQUIRE_GPIOLIB |
68 | select GCD | ||
69 | select VLYNQ | 68 | select VLYNQ |
70 | help | 69 | help |
71 | Support for the Texas Instruments AR7 System-on-a-Chip | 70 | Support for the Texas Instruments AR7 System-on-a-Chip |