diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-08 20:11:53 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-08 20:11:53 +0000 |
commit | fbfdb702f578783de568f5f1eadf5fb281eb3186 (patch) | |
tree | ec460d5597a372b992be1e102e1414fb1ebb3273 /target/linux/mpc83xx | |
parent | dc695034b8aaf12094314ed0c82142efa127b8e7 (diff) | |
download | upstream-fbfdb702f578783de568f5f1eadf5fb281eb3186.tar.gz upstream-fbfdb702f578783de568f5f1eadf5fb281eb3186.tar.bz2 upstream-fbfdb702f578783de568f5f1eadf5fb281eb3186.zip |
enable additional options for the mpc8377wlan
SVN-Revision: 19554
Diffstat (limited to 'target/linux/mpc83xx')
-rw-r--r-- | target/linux/mpc83xx/config-default | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/mpc83xx/config-default b/target/linux/mpc83xx/config-default index bbb69d5c6b..01bd7f06fa 100644 --- a/target/linux/mpc83xx/config-default +++ b/target/linux/mpc83xx/config-default @@ -118,12 +118,12 @@ CONFIG_MPC837x_RDB=y # CONFIG_MPC8xxx_GPIO is not set CONFIG_MPIC=y # CONFIG_MPIC_WEIRD is not set -# CONFIG_MTD_CFI is not set CONFIG_MTD_NAND=y # CONFIG_MTD_NAND_FSL_ELBC is not set # CONFIG_MTD_NAND_FSL_UPM is not set CONFIG_MTD_NAND_RB_PPC=y -# CONFIG_MTD_OF_PARTS is not set +CONFIG_MTD_PHYSMAP_OF=y +CONFIG_MTD_OF_PARTS=y # CONFIG_MV643XX_ETH is not set CONFIG_OF=y CONFIG_OF_DEVICE=y @@ -204,7 +204,6 @@ CONFIG_SERIAL_8250_EXTENDED=y CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_QE is not set -# CONFIG_SQUASHFS is not set # CONFIG_SWIOTLB is not set CONFIG_TASK_SIZE=0xc0000000 # CONFIG_TAU is not set |