config GMJS_TCM
	tristate "gmjs tcm core support"
	default n
	help
		GMJS tcm support

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

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

