mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42038
		
			
				
	
	
		
			22 lines
		
	
	
		
			825 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			825 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/drivers/mtd/nand/Kconfig
 | |
| +++ b/drivers/mtd/nand/Kconfig
 | |
| @@ -510,4 +510,8 @@ config MTD_NAND_XWAY
 | |
|  	  Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is attached
 | |
|  	  to the External Bus Unit (EBU).
 | |
|  
 | |
| +config MTD_NAND_RB4XX
 | |
| +	tristate "NAND flash driver for RouterBoard 4xx series"
 | |
| +	depends on MTD_NAND && ATH79_MACH_RB4XX
 | |
| +
 | |
|  endif # MTD_NAND
 | |
| --- a/drivers/mtd/nand/Makefile
 | |
| +++ b/drivers/mtd/nand/Makefile
 | |
| @@ -31,6 +31,7 @@ obj-$(CONFIG_MTD_NAND_CM_X270)		+= cmx27
 | |
|  obj-$(CONFIG_MTD_NAND_PXA3xx)		+= pxa3xx_nand.o
 | |
|  obj-$(CONFIG_MTD_NAND_TMIO)		+= tmio_nand.o
 | |
|  obj-$(CONFIG_MTD_NAND_PLATFORM)		+= plat_nand.o
 | |
| +obj-$(CONFIG_MTD_NAND_RB4XX)		+= rb4xx_nand.o
 | |
|  obj-$(CONFIG_MTD_NAND_PASEMI)		+= pasemi_nand.o
 | |
|  obj-$(CONFIG_MTD_NAND_ORION)		+= orion_nand.o
 | |
|  obj-$(CONFIG_MTD_NAND_FSL_ELBC)		+= fsl_elbc_nand.o
 |