Enable CONFIG_SERIAL_8250_DW on ARM

This commit is contained in:
Peter Robinson 2013-04-30 20:47:46 +01:00
parent a4062c687f
commit adf08266dc
2 changed files with 4 additions and 0 deletions

View File

@ -156,6 +156,7 @@ CONFIG_SERIAL_AMBA_PL010=y
CONFIG_SERIAL_AMBA_PL010_CONSOLE=y
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
CONFIG_SERIAL_8250_DW=y
CONFIG_RTC_DRV_PL030=y
CONFIG_RTC_DRV_PL031=y

View File

@ -2289,6 +2289,9 @@ fi
# and build.
%changelog
* Tue Apr 30 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Enable CONFIG_SERIAL_8250_DW on ARM
* Mon Apr 29 2013 Neil Horman <nhorman@redhat.com>
- Enabled CONFIG_PACKET_DIAG (rhbz 956870)