#
# Management Bus Driver Configruation
#

menu "Management Bus Driver support"

config MGMT_BUS
	bool "Support for Management Bus"
	default y if ONSTOR_BOBCAT || ONSTOR_COUGAR || ONSTOR_TUXRX
	---help---
	  The Management Bus provides for message passing between
	  devices on the bus using the neteee protocol (AF_EEE/PF_EEE).

config RCON
    bool "Remote console for FP and TXRX"
    default y if ONSTOR_BOBCAT
    help
        The rcon driver allows access to the consoles of FP and TXRX.

config PROM
    tristate "Support for prom upgrade"
    default m if ONSTOR_BOBCAT
    help
        The prom driver allows access to the flash ROM.

endmenu
