menuconfig DSPG
	bool "DSPG Drivers"
	default y

if DSPG

config MEMALLOC
	bool "Memory block allocator"

config HX170DEC
	bool "ON2 Video Decoder"
	depends on ARCH_DMW
	help
	  Enable support for ON2 video decoder acceleration HW driver

config HX280ENC
	bool "ON2 Video Encoder"
	depends on ARCH_DMW
	help
	  Enable support for ON2 video encoder acceleration HW driver

config COHERENT_MEMALLOC
	bool "Coherent memory allocator"
	depends on ARCH_DMW
	help
	  Enable support for allocating coherent memory by user-space applications

source "drivers/staging/dspg/dmw96_gmac/Kconfig"
source "drivers/staging/dspg/cradle-det/Kconfig"
source "drivers/staging/dspg/headset-det/Kconfig"
source "drivers/staging/dspg/backlight/Kconfig"
source "drivers/staging/dspg/goodix_touch/Kconfig"
source "drivers/staging/dspg/ectp0700_ts/Kconfig"

endif
