diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-09-30 08:05:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-09-30 08:05:18 +0000 |
commit | 3994f8e4c3eff9b3569de0845c5e0094542e5548 (patch) | |
tree | 95159abf823bd71061938990014ccc1fe0735d0d /target/linux/ar71xx/config-2.6.26 | |
parent | 5ff6932c66ce9b2b5e05c833d3d886be0b28ee17 (diff) | |
download | upstream-3994f8e4c3eff9b3569de0845c5e0094542e5548.tar.gz upstream-3994f8e4c3eff9b3569de0845c5e0094542e5548.tar.bz2 upstream-3994f8e4c3eff9b3569de0845c5e0094542e5548.zip |
add hardware watchdog driver
SVN-Revision: 12810
Diffstat (limited to 'target/linux/ar71xx/config-2.6.26')
-rw-r--r-- | target/linux/ar71xx/config-2.6.26 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.26 b/target/linux/ar71xx/config-2.6.26 index ea56b8d101..40f0f4fb1e 100644 --- a/target/linux/ar71xx/config-2.6.26 +++ b/target/linux/ar71xx/config-2.6.26 @@ -7,6 +7,7 @@ CONFIG_AG71XX=y CONFIG_AR71XX_MACH_GENERIC=y CONFIG_AR71XX_MACH_RB_4XX=y CONFIG_AR71XX_MACH_WP543=y +CONFIG_AR71XX_WDT=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set CONFIG_ARCH_POPULATES_NODE_MAP=y |