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.

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.
