public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH] make NatFeat drivers bool, not tristate
@ 2013-07-23 22:51 Thorsten Glaser
  2013-07-24  8:57 ` Andreas Schwab
  2013-07-29 21:52 ` Geert Uytterhoeven
  0 siblings, 2 replies; 12+ messages in thread
From: Thorsten Glaser @ 2013-07-23 22:51 UTC (permalink / raw)
  To: linux-m68k

- nfblock: doesn't create /dev/nfhd8p1 device node after modprobe
- nfcon: is totally useless as module, almost only used during boot
- nfeth: says "No such device" upon insmod

Signed-off-by: Thorsten Glaser <tg@debian.org>
---
 arch/m68k/Kconfig.devices |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/m68k/Kconfig.devices b/arch/m68k/Kconfig.devices
index d163991..a306c50 100644
--- a/arch/m68k/Kconfig.devices
+++ b/arch/m68k/Kconfig.devices
@@ -32,7 +32,7 @@ config NATFEAT
 	  access to a disk image as /dev/hda.
 
 config NFBLOCK
-	tristate "NatFeat block device support"
+	bool "NatFeat block device support"
 	depends on BLOCK && NATFEAT
 	help
 	  Say Y to include support for the ARAnyM NatFeat block device
@@ -40,7 +40,7 @@ config NFBLOCK
 	  the hardware emulation.
 
 config NFCON
-	tristate "NatFeat console driver"
+	bool "NatFeat console driver"
 	depends on TTY && NATFEAT
 	help
 	  Say Y to include support for the ARAnyM NatFeat console driver
@@ -48,7 +48,7 @@ config NFCON
 	  output of ARAnyM.
 
 config NFETH
-	tristate "NatFeat Ethernet support"
+	bool "NatFeat Ethernet support"
 	depends on ETHERNET && NATFEAT
 	help
 	  Say Y to include support for the ARAnyM NatFeat network device
-- 
1.7.9

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-07-30  8:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 22:51 [PATCH] make NatFeat drivers bool, not tristate Thorsten Glaser
2013-07-24  8:57 ` Andreas Schwab
2013-07-24 12:42   ` Thorsten Glaser
2013-07-24 13:26     ` Thorsten Glaser
2013-07-24 14:56       ` Geert Uytterhoeven
2013-07-24 15:02         ` Petr Stehlik
2013-07-24 16:19           ` Geert Uytterhoeven
2013-07-24 20:04             ` Petr Stehlik
2013-07-24 17:23         ` Thorsten Glaser
2013-07-24 17:40           ` Geert Uytterhoeven
2013-07-29 21:52 ` Geert Uytterhoeven
2013-07-30  8:50   ` Thorsten Glaser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox