diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:00:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:00:34 +0000 |
commit | 77735b59300bb3885e70d74cf4815a007338be2d (patch) | |
tree | 534008236684e04a4bf7ded4d47dd1c9f5bab62a /target/linux/generic | |
parent | 4fa9cf6c332964b032488eaf91af25718bb17339 (diff) | |
download | upstream-77735b59300bb3885e70d74cf4815a007338be2d.tar.gz upstream-77735b59300bb3885e70d74cf4815a007338be2d.tar.bz2 upstream-77735b59300bb3885e70d74cf4815a007338be2d.zip |
linux: move CONFIG_BOOKE_WDT to the generic config
SVN-Revision: 31520
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-2.6.38 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.2 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.3 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38 index d00e4a0c9c..5194f32ee9 100644 --- a/target/linux/generic/config-2.6.38 +++ b/target/linux/generic/config-2.6.38 @@ -267,6 +267,7 @@ CONFIG_BLOCK=y # CONFIG_BNA is not set # CONFIG_BNX2 is not set # CONFIG_BONDING is not set +# CONFIG_BOOKE_WDT is not set # CONFIG_BOOT_PRINTK_DELAY is not set CONFIG_BOOT_RAW=y # CONFIG_BPQETHER is not set diff --git a/target/linux/generic/config-3.2 b/target/linux/generic/config-3.2 index fe32ae3f2d..209d4a87f9 100644 --- a/target/linux/generic/config-3.2 +++ b/target/linux/generic/config-3.2 @@ -273,6 +273,7 @@ CONFIG_BLOCK=y # CONFIG_BNX2 is not set # CONFIG_BNX2X is not set # CONFIG_BONDING is not set +# CONFIG_BOOKE_WDT is not set # CONFIG_BOOT_PRINTK_DELAY is not set CONFIG_BOOT_RAW=y # CONFIG_BPQETHER is not set diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 98f9825cb4..244e7988e7 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -280,6 +280,7 @@ CONFIG_BLOCK=y # CONFIG_BNX2 is not set # CONFIG_BNX2X is not set # CONFIG_BONDING is not set +# CONFIG_BOOKE_WDT is not set # CONFIG_BOOT_PRINTK_DELAY is not set CONFIG_BOOT_RAW=y # CONFIG_BPQETHER is not set |