#
# Sensor device configuration
#

menu "SPI NOR Flash  support"


config AMLOGIC_SPI_NOR
	tristate "AMLOGIC SPI NOR FLASH SUPPORT"
  select MTD
  select MTD_DATA_FLASH 
  select MTD_PARTITIONS
  select MTD_BLOCK
  select MTD_CHAR
  select SPI
	help
		This is amlogic spi nor suport
		This driver can also be built as a module.  If so, the module
		will be called apollo_nand.ko
	  
endmenu
