diff options
author | Milan Jurik <milan.jurik@xylab.cz> | 2008-11-18 15:02:18 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-03-16 14:10:41 -0400 |
commit | 9cd7b148312f6971f37cfac6a490688286bd1522 (patch) | |
tree | 2d1c5822e1c2c8013cec0c26a823e987f8bb1981 /arch/m68k/Kconfig | |
parent | 37b0b65f6362269a4cb86ed8be1c0ac8caa497f8 (diff) |
m68k/atari: ARAnyM - Add support for network access
[petr: Second author]
[michael, geert: Cleanups and updates]
Signed-off-by: Milan Jurik <milan.jurik@xylab.cz>
Signed-off-by: Petr Stehlik <pstehlik@sophics.cz>
Signed-off-by: Michael Schmitz <schmitz@debian.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: netdev@vger.kernel.org
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 6719c5629c5d..80df6ee7cac8 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -263,6 +263,14 @@ config NFCON | |||
263 | which allows the console output to be redirected to the stderr | 263 | which allows the console output to be redirected to the stderr |
264 | output of ARAnyM. | 264 | output of ARAnyM. |
265 | 265 | ||
266 | config NFETH | ||
267 | tristate "NatFeat Ethernet support" | ||
268 | depends on NET_ETHERNET && NATFEAT | ||
269 | help | ||
270 | Say Y to include support for the ARAnyM NatFeat network device | ||
271 | which will emulate a regular ethernet device while presenting an | ||
272 | ethertap device to the host system. | ||
273 | |||
266 | comment "Processor type" | 274 | comment "Processor type" |
267 | 275 | ||
268 | config M68020 | 276 | config M68020 |