# SPDX-License-Identifier: GPL-2.0-only
if ARCH_MTHREADS

# 64-bit ARM SoCs
if ARM64

menu "Moore Threads 64-bit ARM SoCs drivers"

config ARCH_MT_M1000_SOC
	bool "Moore Threads M1000 SoC"
	select MAILBOX
	select MT_M1000_ERRATUM_0001 if ARM_GIC_V3_ITS
	select SOC_MT_DAA
	select COMMON_CLK_M1000
	help
	  Enable support for the MTHREADS M1000 SoC.

	  Besides the multimedia features it also comes with a variety of I/O
	  controllers, such as GPIO, I2C, SPI, PCIe and XHCI, to name only a few.

	  If unsure, say N.

endmenu

endif
endif

config MT_EC
	tristate "EC chip IT8987E support"
	help
	  Say Y here if you want to enable IT8987E query methods invoked support.

	  EC driver which support SoC m1000.

	  If unsure, say Y.

config MTEC_PROCFS
	bool "proc fs support for EC debug"
	depends on MT_EC
	help
	  Say Y here if you want to procfs for EC driver.

	  EC driver which support SoC m1000.

	  If unsure, say N.

config SOC_MT_DAA
	bool
