diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2008-11-18 15:02:19 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-03-16 14:10:41 -0400 |
commit | b2edd2fd9b10c0cfc5a305eaf91587e6142b08f9 (patch) | |
tree | 3d32ef1afa91e4568a8c16eb3c4d85ace4bb0f97 /arch/m68k/Kconfig | |
parent | 65cd577d5e61043d1c1aec5812dea8a5c834652d (diff) |
m68k/atari: ARAnyM - Add support for block access
[geert: Cleanups and updates]
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Petr Stehlik <pstehlik@sophics.cz>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index f668a5802a4a..2c890b56c96e 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -247,6 +247,14 @@ config NATFEAT | |||
247 | This option enables support for ARAnyM native features, such as | 247 | This option enables support for ARAnyM native features, such as |
248 | access to a disk image as /dev/hda. | 248 | access to a disk image as /dev/hda. |
249 | 249 | ||
250 | config NFBLOCK | ||
251 | tristate "NatFeat block device support" | ||
252 | depends on BLOCK && NATFEAT | ||
253 | help | ||
254 | Say Y to include support for the ARAnyM NatFeat block device | ||
255 | which allows direct access to the hard drives without using | ||
256 | the hardware emulation. | ||
257 | |||
250 | comment "Processor type" | 258 | comment "Processor type" |
251 | 259 | ||
252 | config M68020 | 260 | config M68020 |