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 | 9fccc8819d9a1787ac9490a2ef3d3dbe625e453d (patch) | |
tree | 5a50d2382c420d2c2f94a8c91af9de2cee8c6192 /target/linux/mpc83xx | |
parent | bee16e08ba9b63bc6bcbb7fe7ad7d8379d784243 (diff) | |
download | upstream-9fccc8819d9a1787ac9490a2ef3d3dbe625e453d.tar.gz upstream-9fccc8819d9a1787ac9490a2ef3d3dbe625e453d.tar.bz2 upstream-9fccc8819d9a1787ac9490a2ef3d3dbe625e453d.zip |
[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/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 |