- disable some options on highbank at calxeda's request

- enable the PL011 serial console on highbank
- enable ARM architected timer on all arm arches
This commit is contained in:
Dennis Gilmore 2012-08-10 01:10:04 -05:00
parent 1932bb1399
commit d76fa08bde
3 changed files with 26 additions and 0 deletions

View File

@ -17,6 +17,8 @@ CONFIG_SMP=y
CONFIG_NR_CPUS=4
CONFIG_SMP_ON_UP=y
CONFIG_ARM_ARCH_TIMER=y
# CONFIG_FPE_NWFPE is not set
CONFIG_FPE_FASTFPE=y

View File

@ -30,9 +30,28 @@ CONFIG_GPIO_PL061=y
CONFIG_SERIAL_AMBA_PL010=y
CONFIG_SERIAL_AMBA_PL010_CONSOLE=y
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
CONFIG_RTC_DRV_PL030=y
CONFIG_RTC_DRV_PL031=y
# CONFIG_DVB_TDA1004X is not set
# CONFIG_DVB_PLL is not set
# these were all requested to be disabled on highbank kernels by calxeda
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_CAIF is not set
# CONFIG_NFC is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
# CONFIG_ATM_DRIVERS is not set
# CONFIG_WAN is not set
# CONFIG_ISDN is not set
# CONFIG_MEDIA_SUPPORT is not set
# CONFIG_DRM is not set
# CONFIG_SND is not set
# end of list of requested disabled options

View File

@ -2293,6 +2293,11 @@ fi
# ||----w |
# || ||
%changelog
* Fri Aug 10 2012 Dennis Gilmore <dennis@ausil.us>
- disable some options on highbank at calxeda's request
- enable the PL011 serial console on highbank
- enable ARM architected timer on all arm arches
* Thu Aug 09 2012 Josh Boyer <jwboyer@redhat.com> - 3.6.0-0.rc1.git3.2
- Update secure-boot patch to pass correct CFLAGS to EFI stub