config NET_IPG
	tristate "ICPlus 1000A Network Driver"
	depends on PCI
	default m

config NET_IPG_IO
	bool "Use IO access instead of memory access"
	depends on NET_IPG
	default y

config NET_IPG_JUMBO_FRAME
	bool "Enable Jumbo frames"
	depends on NET_IPG
	default y

choice
	prompt "Jumbo frame size"
	default NET_IPG_JUMBO_FRAME_SIZE_4K
	depends on NET_IPG_JUMBO_FRAME

config NET_IPG_JUMBO_FRAME_SIZE_2K
	bool "2K Jumbo Frames"

config NET_IPG_JUMBO_FRAME_SIZE_3K
	bool "3K Jumbo Frames"

config NET_IPG_JUMBO_FRAME_SIZE_4K
	bool "4K Jumbo Frames"

config NET_IPG_JUMBO_FRAME_SIZE_5K
	bool "5K Jumbo Frames"

config NET_IPG_JUMBO_FRAME_SIZE_6K
	bool "6K Jumbo Frames"

config NET_IPG_JUMBO_FRAME_SIZE_7K
	bool "7K Jumbo Frames"

config NET_IPG_JUMBO_FRAME_SIZE_8K
	bool "8K Jumbo Frames"

config NET_IPG_JUMBO_FRAME_SIZE_9K
	bool "9K Jumbo Frames"

config NET_IPG_JUMBO_FRAME_SIZE_10K
	bool "10K Jumbo Frames"

endchoice
