diff options
| author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-20 04:32:58 +0100 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 08:24:49 -0700 | 
| commit | f9569e1d1540791f664aeb935b1ec11b6e56507c (patch) | |
| tree | 42124a5027a9feb7f499beed73a8f467629046a4 /arch/m68k/Kconfig | |
| parent | 3a5df1d451cfe3a3d6d63f144554cac286eecba1 (diff) | |
m68k iomem (based on Geert's tree + memcpy_... stuff)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/Kconfig')
| -rw-r--r-- | arch/m68k/Kconfig | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index a86e2e9a639f..684de4c7c9c3 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -37,6 +37,10 @@ config TIME_LOW_RES  	bool  	default y +config GENERIC_IOMAP +	bool +	default y +  config ARCH_MAY_HAVE_PC_FDC  	bool  	depends on Q40 || (BROKEN && SUN3X)  | 
