diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-10-13 15:58:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-14 13:23:27 -0400 |
commit | 29c8a24672e1cdfee99c15b870c57eb30ae69daf (patch) | |
tree | 26f67aaca31d878339a99d89e0036d912bdef449 /arch/m68k/Kconfig | |
parent | 7477fb6fbc339469ea945e007f3f7b3bb13b25f7 (diff) |
m68k: Remove the broken Hades support
This patch removes the Hades support that was marked as BROKEN 5 years ago.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index c56af4b7054c..2ec21f7fcb52 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -122,22 +122,9 @@ config ATARI | |||
122 | this kernel on an Atari, say Y here and browse the material | 122 | this kernel on an Atari, say Y here and browse the material |
123 | available in <file:Documentation/m68k>; otherwise say N. | 123 | available in <file:Documentation/m68k>; otherwise say N. |
124 | 124 | ||
125 | config HADES | ||
126 | bool "Hades support" | ||
127 | depends on ATARI && BROKEN | ||
128 | help | ||
129 | This option enables support for the Hades Atari clone. If you plan | ||
130 | to use this kernel on a Hades, say Y here; otherwise say N. | ||
131 | |||
132 | config PCI | 125 | config PCI |
133 | bool | 126 | bool |
134 | depends on HADES | ||
135 | default y | ||
136 | help | 127 | help |
137 | Find out whether you have a PCI motherboard. PCI is the name of a | ||
138 | bus system, i.e. the way the CPU talks to the other stuff inside | ||
139 | your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or | ||
140 | VESA. If you have PCI, say Y, otherwise N. | ||
141 | 128 | ||
142 | config MAC | 129 | config MAC |
143 | bool "Macintosh support" | 130 | bool "Macintosh support" |