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 | 37b0b65f6362269a4cb86ed8be1c0ac8caa497f8 (patch) | |
tree | f128d81fdedf7cff06aee474cb7b7d9b6c9c5953 /arch/m68k/Kconfig | |
parent | b2edd2fd9b10c0cfc5a305eaf91587e6142b08f9 (diff) |
m68k/atari: ARAnyM - Add support for console 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 2c890b56c96e..6719c5629c5d 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -255,6 +255,14 @@ config NFBLOCK | |||
255 | which allows direct access to the hard drives without using | 255 | which allows direct access to the hard drives without using |
256 | the hardware emulation. | 256 | the hardware emulation. |
257 | 257 | ||
258 | config NFCON | ||
259 | tristate "NatFeat console driver" | ||
260 | depends on NATFEAT | ||
261 | help | ||
262 | Say Y to include support for the ARAnyM NatFeat console driver | ||
263 | which allows the console output to be redirected to the stderr | ||
264 | output of ARAnyM. | ||
265 | |||
258 | comment "Processor type" | 266 | comment "Processor type" |
259 | 267 | ||
260 | config M68020 | 268 | config M68020 |