- 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@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html