diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2008-11-18 21:02:19 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-03-16 19:10:41 +0100 |
commit | b2edd2fd9b10c0cfc5a305eaf91587e6142b08f9 (patch) | |
tree | 3d32ef1afa91e4568a8c16eb3c4d85ace4bb0f97 /arch/m68k/Kconfig | |
parent | 65cd577d5e61043d1c1aec5812dea8a5c834652d (diff) | |
download | op-kernel-dev-b2edd2fd9b10c0cfc5a305eaf91587e6142b08f9.zip op-kernel-dev-b2edd2fd9b10c0cfc5a305eaf91587e6142b08f9.tar.gz |
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 f668a58..2c890b5 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -247,6 +247,14 @@ config NATFEAT This option enables support for ARAnyM native features, such as access to a disk image as /dev/hda. +config NFBLOCK + tristate "NatFeat block device support" + depends on BLOCK && NATFEAT + help + Say Y to include support for the ARAnyM NatFeat block device + which allows direct access to the hard drives without using + the hardware emulation. + comment "Processor type" config M68020 |