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 | e40c3beb473115acc4b375965259fddeed6529c4 (patch) | |
tree | 8e6a087386ec26cba87b6e936ed4dc56fda8a138 /target/linux/ar71xx/config-2.6.26 | |
parent | e176f409c03d04ace99cdc74fcff41c363a1b578 (diff) | |
download | upstream-e40c3beb473115acc4b375965259fddeed6529c4.tar.gz upstream-e40c3beb473115acc4b375965259fddeed6529c4.tar.bz2 upstream-e40c3beb473115acc4b375965259fddeed6529c4.zip |
[ar71xx] add hardware watchdog driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12810 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |