Build PATA_MACIO in on powerpc (rhbz 831361)

This commit is contained in:
Josh Boyer 2013-02-11 07:50:01 -05:00
parent b097490d67
commit e6a8495624
2 changed files with 4 additions and 1 deletions

View File

@ -313,7 +313,7 @@ CONFIG_SPARSE_IRQ=y
# CONFIG_PPC_MPC5200_LPBFIFO is not set
# CONFIG_CAN_MSCAN is not set
# CONFIG_CAN_MPC5XXX is not set
CONFIG_PATA_MACIO=m
CONFIG_PATA_MACIO=y
CONFIG_SERIAL_GRLIB_GAISLER_APBUART=m
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_88PM8607 is not set

View File

@ -2313,6 +2313,9 @@ fi
# ||----w |
# || ||
%changelog
* Mon Feb 11 2013 Josh Boyer <jwboyer@redhat.com>
- Build PATA_MACIO in on powerpc (rhbz 831361)
* Fri Feb 08 2013 Josh Boyer <jwboyer@redhat.com> - 3.8.0-0.rc7.git0.1
- Linux v3.8-rc7
- Add patch to fix atomic sleep issue on alloc_pid failure (rhbz 894623)