# SPDX-License-Identifier: GPL-2.0-only
menu "Cix Dst drivers"

config SOC_CIX
	bool "Cix Sky SoC family support"
	default n
	depends on ARM64
	help
	  If you say yes here you get support for the Cix sky family
	  support, it will provide the SoC info like SoC family,
	  ID and revision etc.

config CIX_SKY1_SOCINFO
	bool "Cix Sky1 SoC Information driver"
	select SOC_BUS
	depends on ARM64
	help
	  Say yes to support decoding of CIX Sky1 SoC family information
	  about the type and version.

config CIX_SOC_ACPI
	bool "Cix SoC ACPI drivers"
	depends on ACPI && ARM64
	select SOC_BUS
	help
	  Say yes to support CIX SoC ACPI drivers.

source "drivers/soc/cix/gpu/arm/Kconfig"
source "drivers/soc/cix/npu/Kconfig"
source "drivers/soc/cix/vpu/Kconfig"
source "drivers/soc/cix/scmi/Kconfig"
endmenu
