menuconfig NXP_ASK
	bool "NXP ASK hardware offloading modules"
	depends on FSL_SDK_DPAA_ETH
	help
	  NXP Application Solutions Kit (ASK) kernel modules for
	  data-plane acceleration on LS1046A and similar DPAA1 SoCs.

if NXP_ASK

config ASK_CDX
	tristate "CDX data-plane acceleration module"
	depends on FSL_SDK_FMAN
	help
	  Core data exchange module for ASK hardware offloading.

config ASK_FCI
	tristate "FCI fast control interface module"
	depends on ASK_CDX
	help
	  Fast Control Interface for CDX module management.

config ASK_AUTO_BRIDGE
	tristate "ASK auto-bridge module"
	depends on BRIDGE
	help
	  Automatic bridge offloading with VLAN filter support.

config ASK_SFP_LED
	tristate "SFP port LED driver (Mono Gateway DK)"
	depends on LEDS_CLASS && I2C
	help
	  GPIO-based SFP port link/activity LED control for Mono Gateway DK.

config ASK_LEDS_LP5812
	tristate "TI LP5812 LED matrix driver (Mono Gateway DK)"
	depends on LEDS_CLASS && I2C
	help
	  TI LP5812 4x3 LED matrix controller driver.

endif # NXP_ASK
