Enable IB700 watchdog (used by qemu/kvm). (#637152)

This commit is contained in:
Dave Jones 2010-09-29 12:34:17 -04:00
parent 4141bfc9b1
commit 04093b926b
2 changed files with 4 additions and 1 deletions

View File

@ -2193,7 +2193,7 @@ CONFIG_WDTPCI=m
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
CONFIG_IB700_WDT=m
# CONFIG_MIXCOMWD is not set
# CONFIG_SCx200_WDT is not set
# CONFIG_60XX_WDT is not set

View File

@ -1963,6 +1963,9 @@ fi
# and build.
%changelog
* Wed Sep 29 2010 Dave Jones <davej@redhat.com>
- Enable IB700 watchdog (used by qemu/kvm). (#637152)
* Mon Sep 27 2010 Kyle McMartin <kyle@redhat.com> 2.6.35.6-34
- Linux 2.6.35.6
- bdi-fix-warnings-in-__mark_inode_dirty-for-dev-zero-and-friends.patch was