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_SPI
	tristate "gmjs tcm support base spi interface"
	depends on GMJS_TCM_CORE && SPI_MASTER
	default m
	help
		GMJS tcm support base spi interface.
