Disable MID_PTI driver (rhbz 783561)

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

View File

@ -4342,6 +4342,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
@ -4638,7 +4639,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

@ -2223,6 +2223,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>