diff options
Diffstat (limited to 'arch/m68k')
140 files changed, 21732 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.mmu b/arch/m68k/Kconfig.mmu new file mode 100644 index 00000000000..13e20bbc407 --- /dev/null +++ b/arch/m68k/Kconfig.mmu | |||
| @@ -0,0 +1,411 @@ | |||
| 1 | config GENERIC_IOMAP | ||
| 2 | bool | ||
| 3 | default y | ||
| 4 | |||
| 5 | config ARCH_MAY_HAVE_PC_FDC | ||
| 6 | bool | ||
| 7 | depends on BROKEN && (Q40 || SUN3X) | ||
| 8 | default y | ||
| 9 | |||
| 10 | config ARCH_USES_GETTIMEOFFSET | ||
| 11 | def_bool y | ||
| 12 | |||
| 13 | config EISA | ||
| 14 | bool | ||
| 15 | ---help--- | ||
