diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-08-02 11:20:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-08-02 11:20:03 +0000 |
commit | 892e896802c3be9e8023858e078bed4331ace88d (patch) | |
tree | 369f5463efbbf050fe44235e7d09c64eef29db74 /target | |
parent | 19f013f612fe16a33748ddd37c743a1a6ebf708e (diff) | |
download | master-187ad058-892e896802c3be9e8023858e078bed4331ace88d.tar.gz master-187ad058-892e896802c3be9e8023858e078bed4331ace88d.tar.bz2 master-187ad058-892e896802c3be9e8023858e078bed4331ace88d.zip |
enable the watchdog driver for ppc4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17095 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ppc40x/config-2.6.30 | 2 | ||||
-rw-r--r-- | target/linux/ppc44x/config-default | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ppc40x/config-2.6.30 b/target/linux/ppc40x/config-2.6.30 index c3c5702bcc..f420c1c8a1 100644 --- a/target/linux/ppc40x/config-2.6.30 +++ b/target/linux/ppc40x/config-2.6.30 @@ -24,7 +24,7 @@ CONFIG_AUDIT_ARCH=y CONFIG_BASE_SMALL=0 # CONFIG_BINARY_PRINTF is not set CONFIG_BITREVERSE=y -# CONFIG_BOOKE_WDT is not set +CONFIG_BOOKE_WDT=y CONFIG_BOUNCE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd" diff --git a/target/linux/ppc44x/config-default b/target/linux/ppc44x/config-default index b41c76ea76..a89f66082b 100644 --- a/target/linux/ppc44x/config-default +++ b/target/linux/ppc44x/config-default @@ -25,7 +25,7 @@ CONFIG_AUDIT_ARCH=y CONFIG_BASE_SMALL=0 CONFIG_BITREVERSE=y CONFIG_BOOKE=y -# CONFIG_BOOKE_WDT is not set +CONFIG_BOOKE_WDT=y CONFIG_BOUNCE=y CONFIG_CANYONLANDS=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y |