#
# FW CMD support on FX system only 
#

if FXMODULE

comment "FX CMD Device"

config FX_FWCMD_ENGINE
	bool "FW Cmd Engine Driver"
	select FWCMD_ENGINE
	---help---
	  It is the driver which is used to send/receive firmware command packets
	  between Linux and VxWorks at Physical Level.

comment "FW CMD Client"
	depends on FWCMD_ENGINE

config FX_FWCMD_CLIENT
	bool "FW Cmd Client Driver"
	depends on FX_FWCMD_ENGINE
	---help---
	  It is the driver which is used to send/receive firmware command packets
	  between Linux and VxWorks at Logical Level.

endif
