# #config file for sun50iw9 # FILE_EXIST=$(shell if [ -f $(TOPDIR)/board/$(PLATFORM)/common.mk ]; then echo yes; else echo no; fi;) ifeq (x$(FILE_EXIST),xyes) include $(TOPDIR)/board/$(PLATFORM)/common.mk else include $(TOPDIR)/board/$(CP_BOARD)/common.mk endif MODULE=nand CFG_SUNXI_NAND =y CFG_SUNXI_SPINAND =y CFG_SUNXI_DMA =y