Minor ARM config updates

This commit is contained in:
Peter Robinson 2013-03-21 12:57:49 +00:00
parent 03f3e5ade7
commit 0bbf13e937
2 changed files with 19 additions and 0 deletions

View File

@ -466,6 +466,22 @@ CONFIG_ETHERNET=y
# CONFIG_PANEL_TAAL is not set
# CONFIG_SND_OMAP_SOC_OMAP_TWL4030 is not set
# these modules all fail with missing __bad_udelay
# http://www.spinics.net/lists/arm/msg15615.html provides some background
# CONFIG_SUNGEM is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_RADEON is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_ATM_HE is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SFC is not set
# these all currently fail due to missing symbols __bad_udelay or
# error: implicit declaration of function iowrite32be
# CONFIG_SND_ALI5451 is not set
# CONFIG_DRM_NOUVEAU is not set
# CONFIG_MLX4_EN is not set
# CONFIG_DVB_USB_PCTV452E is not set
# We need to fix these as they should be either generic includes or kconfig fixes
# drivers/input/touchscreen/eeti_ts.c:65:2: error: implicit declaration of function 'irq_to_gpio' [-Werror=implicit-function-declaration]

View File

@ -2385,6 +2385,9 @@ fi
# ||----w |
# || ||
%changelog
* Thu Mar 21 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Minor ARM config updates
* Wed Mar 20 2013 Justin M. Forbes <jforbes@redhat.com> 3.8.4-201
- Linux v3.8.4
- CVE-2013-1873 information leaks via netlink interface (rhbz 923652 923662)