config MTD_SPINAND
	tristate "NVT SPINAND Device Support"
	depends on MTD_RAW_NAND
	help
	  This enables the NAND flash controller driver for Novatek SoCs


config FLASH_ONLY_DUAL
	bool "Only Support spi-nand dual mode"
	depends on MTD_SPINAND
	help
	  Dual mode supports.
	  Force flash operations under dual mode.

config MTD_SPINOR
	tristate "NVT SPINOR Device Support"
	depends on (MTD) 
	help
	  This enables the NOR flash controller driver for Novatek SoCs

config FLASH_ONLY_DUAL
	bool "Only Support spi-nor dual mode"
	depends on MTD_SPINOR
	help
	  Dual mode supports.
	  Force flash operations under dual mode.

config MTD_EXTERNAL_FLASH_TABLE
	tristate "Using external flash table"
	depends on MTD_SPINOR
	help
	  This enables support for using external flash table
	  If you have requrired external table say yes.

	  If unsure, say no here.