Disable MID_PTI driver (rhbz 783561)

This commit is contained in:
Josh Boyer 2012-04-04 08:25:03 -04:00
parent e7391bed1e
commit 37604c39bc
2 changed files with 2 additions and 1 deletions

View File

@ -4114,6 +4114,7 @@ CONFIG_CFAG12864B=y
CONFIG_CFAG12864B_RATE=20
# CONFIG_PHANTOM is not set
# CONFIG_INTEL_MID_PTI is not set
CONFIG_POWER_SUPPLY=m
# CONFIG_POWER_SUPPLY_DEBUG is not set
@ -4411,7 +4412,6 @@ CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_DEBUG is not set
# CONFIG_GOOGLE_FIRMWARE is not set
CONFIG_INTEL_MID_PTI=m
CONFIG_IOMMU_SUPPORT=y
# CONFIG_PM_DEVFREQ is not set

View File

@ -2360,6 +2360,7 @@ fi
# '-'
%changelog
* Wed Apr 04 2012 Josh Boyer <jwboyer@redhat.com>
- Disable MID_PTI driver (rhbz 783561)
- Fix NULL pointer dereference in i2400m (rhbz 808603)
* Tue Apr 03 2012 Josh Boyer <jwboyer@redhat.com>