mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix board support patch and add mtd flash map driver for ar7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1237 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -26,7 +26,7 @@ CONFIG_AR7=y
|
||||
# CONFIG_AR7RD is not set
|
||||
CONFIG_AR7WRD=y
|
||||
CONFIG_AR7_FREQUENCY=150
|
||||
CONFIG_AR7_MEMORY=14000000
|
||||
CONFIG_AR7_MEMORY=0x14000000
|
||||
# CONFIG_MIPS_BOSPORUS is not set
|
||||
# CONFIG_MIPS_FICMMP is not set
|
||||
# CONFIG_MIPS_MIRAGE is not set
|
||||
@@ -88,7 +88,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y
|
||||
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
|
||||
CONFIG_NONCOHERENT_IO=y
|
||||
CONFIG_SWAP_IO_SPACE=y
|
||||
CONFIG_MIPS_AVALANCHE_PAGING=y
|
||||
CONFIG_AR7_PAGING=y
|
||||
# CONFIG_MIPS_AU1000 is not set
|
||||
|
||||
#
|
||||
@@ -215,6 +215,11 @@ CONFIG_MTD_CFI_AMDSTD=y
|
||||
# Mapping drivers for chip access
|
||||
#
|
||||
# CONFIG_MTD_PHYSMAP is not set
|
||||
CONFIG_MTD_AVALANCHE=y
|
||||
CONFIG_MTD_AVALANCHE_DEFAULTS=y
|
||||
CONFIG_MTD_AVALANCHE_START=0x10000000
|
||||
CONFIG_MTD_AVALANCHE_LEN=0x400000
|
||||
CONFIG_MTD_AVALANCHE_BUSWIDTH=2
|
||||
# CONFIG_MTD_PB1000 is not set
|
||||
# CONFIG_MTD_PB1500 is not set
|
||||
# CONFIG_MTD_PB1100 is not set
|
||||
@@ -252,15 +257,6 @@ CONFIG_MTD_CFI_AMDSTD=y
|
||||
# Parallel port support
|
||||
#
|
||||
# CONFIG_PARPORT is not set
|
||||
# CONFIG_PARPORT_PC is not set
|
||||
# CONFIG_PARPORT_AMIGA is not set
|
||||
# CONFIG_PARPORT_MFC3 is not set
|
||||
# CONFIG_PARPORT_ATARI is not set
|
||||
# CONFIG_PARPORT_GSC is not set
|
||||
# CONFIG_PARPORT_SUNBPP is not set
|
||||
# CONFIG_PARPORT_IP22 is not set
|
||||
# CONFIG_PARPORT_OTHER is not set
|
||||
# CONFIG_PARPORT_1284 is not set
|
||||
|
||||
#
|
||||
# Plug and Play configuration
|
||||
@@ -504,37 +500,7 @@ CONFIG_IPSEC_NAT_TRAVERSAL=y
|
||||
# ATA/IDE/MFM/RLL support
|
||||
#
|
||||
# CONFIG_IDE is not set
|
||||
|
||||
#
|
||||
# IDE, ATA and ATAPI Block devices
|
||||
#
|
||||
# CONFIG_BLK_DEV_IDE is not set
|
||||
# CONFIG_BLK_DEV_HD_IDE is not set
|
||||
# CONFIG_BLK_DEV_HD is not set
|
||||
# CONFIG_BLK_DEV_IDE_SATA is not set
|
||||
# CONFIG_BLK_DEV_IDEDISK is not set
|
||||
# CONFIG_IDEDISK_MULTI_MODE is not set
|
||||
# CONFIG_IDEDISK_STROKE is not set
|
||||
# CONFIG_BLK_DEV_IDECS is not set
|
||||
# CONFIG_BLK_DEV_DELKIN is not set
|
||||
# CONFIG_BLK_DEV_IDECD is not set
|
||||
# CONFIG_BLK_DEV_IDETAPE is not set
|
||||
# CONFIG_BLK_DEV_IDEFLOPPY is not set
|
||||
# CONFIG_BLK_DEV_IDESCSI is not set
|
||||
# CONFIG_IDE_TASK_IOCTL is not set
|
||||
# CONFIG_BLK_DEV_CMD640 is not set
|
||||
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
|
||||
# CONFIG_BLK_DEV_ISAPNP is not set
|
||||
# CONFIG_IDE_CHIPSETS is not set
|
||||
# CONFIG_IDEDMA_AUTO is not set
|
||||
# CONFIG_IDEDMA_IVB is not set
|
||||
# CONFIG_DMA_NONPCI is not set
|
||||
# CONFIG_BLK_DEV_PDC202XX is not set
|
||||
# CONFIG_BLK_DEV_ATARAID is not set
|
||||
# CONFIG_BLK_DEV_ATARAID_PDC is not set
|
||||
# CONFIG_BLK_DEV_ATARAID_HPT is not set
|
||||
# CONFIG_BLK_DEV_ATARAID_MEDLEY is not set
|
||||
# CONFIG_BLK_DEV_ATARAID_SII is not set
|
||||
|
||||
#
|
||||
# SCSI support
|
||||
@@ -593,8 +559,6 @@ CONFIG_CHR_DEV_SG=m
|
||||
# CONFIG_SCSI_GENERIC_NCR5380 is not set
|
||||
# CONFIG_SCSI_INITIO is not set
|
||||
# CONFIG_SCSI_INIA100 is not set
|
||||
# CONFIG_SCSI_PPA is not set
|
||||
# CONFIG_SCSI_IMM is not set
|
||||
# CONFIG_SCSI_NCR53C406A is not set
|
||||
# CONFIG_SCSI_NCR53C7xx is not set
|
||||
# CONFIG_SCSI_PAS16 is not set
|
||||
@@ -739,10 +703,6 @@ CONFIG_SERIAL_CONSOLE=y
|
||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||
CONFIG_UNIX98_PTYS=y
|
||||
CONFIG_UNIX98_PTY_COUNT=128
|
||||
CONFIG_PRINTER=m
|
||||
# CONFIG_LP_CONSOLE is not set
|
||||
# CONFIG_PPDEV is not set
|
||||
# CONFIG_TIPAR is not set
|
||||
|
||||
#
|
||||
# I2C support
|
||||
|
||||
Reference in New Issue
Block a user