if ARCH_ORIN

config SYS_NAND_SELF_INIT
	depends on CMD_NAND
	def_bool "y"

config ORIN_SNOR_310
	bool 'Include SPI NOR RXI-310 driver'
	def_bool "y"

config ORIN_SNOR_312
	bool 'Include SPI NOR RXI-312 driver'
	def_bool "n"

config ORIN_SNAND
	bool 'Include SPI NAND driver'
	def_bool "y"

config ORIN_PNAND
	bool 'Include Parallel NAND driver'
	def_bool "y"

config ORIN_ECC
	bool 'Include ECC driver'
	def_bool "y"

endif
