config AG7100 
        tristate "Atheros GMAC"
        ---help---
          This driver supports Atheros gigabit ethernet family of
          adapters.

config AG7100_GE0_RGMII
	bool "GE0 is RGMII"
	default y
	depends on AG7100

config AG7100_GE0_IS_CONNECTED
	bool "GE0 is connected ?"
	default y
	depends on AG7100 && CONFIG_AG7100_GE0_RGMII

config AG7100_GE1_RGMII
	bool "GE1 is RGMII"
        default y
        depends on AG7100

config AG7100_GE1_IS_CONNECTED
	bool "GE1 is connected?"
        default y
        depends on AG7100 && CONFIG_AG7100_GE1_RGMII

config PORT0_AS_SWITCH
	bool "Config PORT 0 as Switch"
	default y
	depends on AG7100

config ATHRS16_PHY
	bool "Atheros Phy16?"
	default y
	depends on AG7100

config AG7100_LEN_PER_TX_DS
	int "TX packet Length"
	default 512
	depends on AG7100

config AG7100_MAC_LOCATION
	hex "MAC Location"
	default 0xbfff0000
	depends on AG7100

config AG7100_NUMBER_TX_PKTS
	int "Number of Tx Packets"
	default 100
	depends on AG7100

config AG7100_NUMBER_RX_PKTS
	int "Number of Rx Packets"
	default 252
	depends on AG7100


