diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-11-26 10:06:34 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-11-26 10:06:34 +0000 |
commit | b359ab764fadb724e6e9c83624feb46354225c2c (patch) | |
tree | d20d480d0df7bfb090549a698ef54a657cecf05b /target/linux/ppc40x/config-default | |
parent | 8375b830152d7e38e385bf7b9b0fa31cf197628b (diff) | |
download | upstream-b359ab764fadb724e6e9c83624feb46354225c2c.tar.gz upstream-b359ab764fadb724e6e9c83624feb46354225c2c.tar.bz2 upstream-b359ab764fadb724e6e9c83624feb46354225c2c.zip |
nuke the magicbox target and incorporate a rewritten port into ppc40x - note: no CF driver for now
SVN-Revision: 13358
Diffstat (limited to 'target/linux/ppc40x/config-default')
-rw-r--r-- | target/linux/ppc40x/config-default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default index 72a21eed56..7ac4e254dc 100644 --- a/target/linux/ppc40x/config-default +++ b/target/linux/ppc40x/config-default @@ -5,6 +5,7 @@ CONFIG_4xx=y CONFIG_4xx_SOC=y # CONFIG_6xx is not set # CONFIG_8139TOO is not set +# CONFIG_ACADIA is not set # CONFIG_ADVANCED_OPTIONS is not set # CONFIG_AGP is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y @@ -36,6 +37,7 @@ CONFIG_DEVPORT=y CONFIG_EARLY_PRINTK=y # CONFIG_EDAC is not set # CONFIG_EP405 is not set +CONFIG_EXTRA_TARGETS="uImage" CONFIG_FORCE_MAX_ZONEORDER=11 # CONFIG_FSL_ULI1575 is not set CONFIG_FS_POSIX_ACL=y @@ -94,6 +96,8 @@ CONFIG_LOWMEM_SIZE=0x30000000 CONFIG_LZO_COMPRESS=m CONFIG_LZO_DECOMPRESS=m # CONFIG_MACINTOSH_DRIVERS is not set +CONFIG_MAGICBOXV1=y +CONFIG_MAGICBOXV2=y # CONFIG_MAKALU is not set # CONFIG_MATH_EMULATION is not set # CONFIG_MMIO_NVRAM is not set |