ar71xx: enable the IP17xx driver for the nand subtarget
Also disable the old ICPlus driver. SVN-Revision: 21729
This commit is contained in:
parent
d55ebf3a8a
commit
2666ae6f0e
4 changed files with 1 additions and 4 deletions
|
@ -129,7 +129,6 @@ CONFIG_I2C=y
|
|||
CONFIG_I2C_ALGOBIT=y
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
CONFIG_I2C_GPIO=y
|
||||
CONFIG_ICPLUS_PHY=y
|
||||
CONFIG_IMAGE_CMDLINE_HACK=y
|
||||
# CONFIG_INITRAMFS_COMPRESSION_LZO is not set
|
||||
CONFIG_INITRAMFS_ROOT_GID=0
|
||||
|
|
|
@ -139,7 +139,6 @@ CONFIG_I2C=y
|
|||
CONFIG_I2C_ALGOBIT=y
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
CONFIG_I2C_GPIO=y
|
||||
CONFIG_ICPLUS_PHY=y
|
||||
CONFIG_IMAGE_CMDLINE_HACK=y
|
||||
# CONFIG_INITRAMFS_COMPRESSION_LZO is not set
|
||||
CONFIG_INITRAMFS_ROOT_GID=0
|
||||
|
|
|
@ -152,7 +152,6 @@ CONFIG_I2C_BOARDINFO=y
|
|||
CONFIG_I2C_GPIO=y
|
||||
# CONFIG_I2C_SMBUS is not set
|
||||
# CONFIG_I2C_XILINX is not set
|
||||
CONFIG_ICPLUS_PHY=y
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_IMAGE_CMDLINE_HACK=y
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
CONFIG_IP17XX_PHY=y
|
||||
CONFIG_MTD_NAND=y
|
||||
CONFIG_MTD_NAND_RB4XX=y
|
||||
CONFIG_MTD_NAND_RB750=y
|
||||
|
@ -10,4 +11,3 @@ CONFIG_YAFFS_FS=y
|
|||
CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y
|
||||
CONFIG_YAFFS_YAFFS1=y
|
||||
CONFIG_YAFFS_YAFFS2=y
|
||||
|
||||
|
|
Loading…
Reference in a new issue