diff options
author | agb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-05 17:04:56 +0000 |
---|---|---|
committer | agb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-05 17:04:56 +0000 |
commit | 03956d22c34c1a764749ee7478f2a7197aa492df (patch) | |
tree | 6e48bc04aee8aff3f715ccc4c814c62267f6efc0 | |
parent | 18a1c4b6ad904d67415007a4be23474fe3d2b9b9 (diff) |
[rdc] explicitly disable IBM_ASM kconfig option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17901 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/rdc/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/rdc/config-2.6.30 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/rdc/config-2.6.28 b/target/linux/rdc/config-2.6.28 index 8f7ec6a48..80aecef86 100644 --- a/target/linux/rdc/config-2.6.28 +++ b/target/linux/rdc/config-2.6.28 @@ -116,6 +116,7 @@ CONFIG_HZ_250=y # CONFIG_I8K is not set # CONFIG_IB700_WDT is not set # CONFIG_IBMASR is not set +# CONFIG_IBM_ASM is not set CONFIG_ICPLUS_PHY=y # CONFIG_IDE is not set CONFIG_INITRAMFS_SOURCE="" diff --git a/target/linux/rdc/config-2.6.30 b/target/linux/rdc/config-2.6.30 index 47de90b4a..6678ef51e 100644 --- a/target/linux/rdc/config-2.6.30 +++ b/target/linux/rdc/config-2.6.30 @@ -142,6 +142,7 @@ CONFIG_HZ_250=y # CONFIG_I8K is not set # CONFIG_IB700_WDT is not set # CONFIG_IBMASR is not set +# CONFIG_IBM_ASM is not set CONFIG_ICPLUS_PHY=y CONFIG_INITRAMFS_SOURCE="" # CONFIG_IOMMU_API is not set |