diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-08-26 13:09:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-08-26 13:09:11 +0000 |
commit | a2b4d75799a33d37b09d2ff1d954ec9a1aadac5b (patch) | |
tree | 94b9f98df4403fff9c8a1471769c592a5d7e5720 /target/linux/adm5120eb-2.6/config/default | |
parent | bf392a7fc09b7c425f86d8ece4f3c72d4a956d45 (diff) | |
download | upstream-a2b4d75799a33d37b09d2ff1d954ec9a1aadac5b.tar.gz upstream-a2b4d75799a33d37b09d2ff1d954ec9a1aadac5b.tar.bz2 upstream-a2b4d75799a33d37b09d2ff1d954ec9a1aadac5b.zip |
make overriding of CPU features configurable, and enable it by default
SVN-Revision: 8493
Diffstat (limited to 'target/linux/adm5120eb-2.6/config/default')
-rw-r--r-- | target/linux/adm5120eb-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/adm5120eb-2.6/config/default b/target/linux/adm5120eb-2.6/config/default index 05de7eee60..96c2974e0b 100644 --- a/target/linux/adm5120eb-2.6/config/default +++ b/target/linux/adm5120eb-2.6/config/default @@ -1,6 +1,7 @@ CONFIG_32BIT=y # CONFIG_64BIT is not set # CONFIG_64BIT_PHYS_ADDR is not set +CONFIG_ADM5120_CPU_OVERRIDES=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set # CONFIG_ARCH_SUPPORTS_MSI is not set |