### SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2018-2024 KylinSoft Corporation
#

config GMJS_TCM_CORE
	tristate "gmjs tcm core support"
	depends on ARCH_PHYTIUM || MIPS || X86
	default m
	help
	  GMJS tcm core support.

config GMJS_TCM_LPC
	tristate "gmjs tcm support base lpc interface"
	depends on GMJS_TCM_CORE
	default m
	help
	  GMJS tcm support base lpc interface.

config GMJS_TCM_ACPI_LPC
	tristate "gmjs tcm support base lpc interface and ACPI"
	depends on GMJS_TCM_CORE && KY_LPCMUX && ARCH_PHYTIUM
	default m
	help
	  GMJS tcm support base lpc interface and ACPI and ky_lpcmux.

config GMJS_TCM_SPI
	tristate "gmjs tcm support base spi interface"
	depends on GMJS_TCM_CORE && SPI_MASTER
	default m
	help
	  GMJS tcm support base spi interface.
