diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-08 20:11:53 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-08 20:11:53 +0000 |
commit | fea0d9fe4401382f71cfde14ef8fc663d9a90c0b (patch) | |
tree | 5a50d2382c420d2c2f94a8c91af9de2cee8c6192 /target/linux | |
parent | c72150163df4c5ed640f726407c2b1bf55590a0f (diff) |
[mpc83xx]: enable additional options for the mpc8377wlan
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19554 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |