m68k: Remove dead GG2 config option
CONFIG_GG2 doesn't exist in Kconfig, therefore remove all references to it from the source. Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
f6f94e2ab1
commit
808fa62f1b
@ -359,12 +359,6 @@ void __init setup_arch(char **cmdline_p)
|
||||
isa_type = ISA_TYPE_Q40;
|
||||
isa_sex = 0;
|
||||
}
|
||||
#ifdef CONFIG_GG2
|
||||
if (MACH_IS_AMIGA && AMIGAHW_PRESENT(GG2_ISA)) {
|
||||
isa_type = ISA_TYPE_GG2;
|
||||
isa_sex = 0;
|
||||
}
|
||||
#endif
|
||||
#ifdef CONFIG_AMIGA_PCMCIA
|
||||
if (MACH_IS_AMIGA && AMIGAHW_PRESENT(PCMCIA)) {
|
||||
isa_type = ISA_TYPE_AG;
|
||||
|
Reference in New Issue
Block a user