- 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:
parent
1932bb1399
commit
d76fa08bde
@ -17,6 +17,8 @@ CONFIG_SMP=y
|
|||||||
CONFIG_NR_CPUS=4
|
CONFIG_NR_CPUS=4
|
||||||
CONFIG_SMP_ON_UP=y
|
CONFIG_SMP_ON_UP=y
|
||||||
|
|
||||||
|
CONFIG_ARM_ARCH_TIMER=y
|
||||||
|
|
||||||
# CONFIG_FPE_NWFPE is not set
|
# CONFIG_FPE_NWFPE is not set
|
||||||
CONFIG_FPE_FASTFPE=y
|
CONFIG_FPE_FASTFPE=y
|
||||||
|
|
||||||
|
@ -30,9 +30,28 @@ CONFIG_GPIO_PL061=y
|
|||||||
|
|
||||||
CONFIG_SERIAL_AMBA_PL010=y
|
CONFIG_SERIAL_AMBA_PL010=y
|
||||||
CONFIG_SERIAL_AMBA_PL010_CONSOLE=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_PL030=y
|
||||||
CONFIG_RTC_DRV_PL031=y
|
CONFIG_RTC_DRV_PL031=y
|
||||||
|
|
||||||
# CONFIG_DVB_TDA1004X is not set
|
# CONFIG_DVB_TDA1004X is not set
|
||||||
# CONFIG_DVB_PLL 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
|
||||||
|
@ -2293,6 +2293,11 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%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
|
* 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
|
- Update secure-boot patch to pass correct CFLAGS to EFI stub
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user