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

config SOC_CIX
	bool "Cix Sky SoC family support"
	default n
	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
	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
	select SOC_BUS
	help
	  Say yes to support CIX SoC ACPI drivers.

endmenu
