diff options
Diffstat (limited to 'arch/m68k/Kconfig.machine')
-rw-r--r-- | arch/m68k/Kconfig.machine | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index ef4a26aff780..7cdf6b010381 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine | |||
@@ -1,5 +1,7 @@ | |||
1 | comment "Machine Types" | 1 | comment "Machine Types" |
2 | 2 | ||
3 | if M68KCLASSIC | ||
4 | |||
3 | config AMIGA | 5 | config AMIGA |
4 | bool "Amiga support" | 6 | bool "Amiga support" |
5 | depends on MMU | 7 | depends on MMU |
@@ -130,6 +132,8 @@ config SUN3 | |||
130 | 132 | ||
131 | If you don't want to compile a kernel exclusively for a Sun 3, say N. | 133 | If you don't want to compile a kernel exclusively for a Sun 3, say N. |
132 | 134 | ||
135 | endif # M68KCLASSIC | ||
136 | |||
133 | config PILOT | 137 | config PILOT |
134 | bool | 138 | bool |
135 | 139 | ||