config UNH_ISCSI
	tristate "UNH iscsi initiator target  support (EXPERIMENTAL)"
	depends on EXPERIMENTAL && UNIX && SCSI && NET
	help

config UNH_ISCSI_STATS
	bool "collect statistics"
	depends on UNH_ISCSI
	default y
	help

config UNH_ISCSI_DEBUG
	bool "enable debuging"
	depends on UNH_ISCSI
	default n
	help

config UNH_ISCSI_PDU_FORMAT
	bool "track pdu's"
	depends on UNH_ISCSI
	default n
	help

