update ARM configs to F-17 branch

This commit is contained in:
Peter Robinson 2012-02-21 23:05:36 +00:00
parent 598ed8b2a0
commit 201cb5c644
4 changed files with 14 additions and 10 deletions

View File

@ -26,6 +26,13 @@ CONFIG_ZBOOT_ROM_BSS=0
CONFIG_ATAGS_PROC=y
CONFIG_CPU_IDLE=y
# CONFIG_CPU_IDLE_GOV_LADDER is not set
ONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
# CONFIG_FPE_NWFPE is not set
CONFIG_FPE_FASTFPE=y
CONFIG_VFP=y
@ -48,11 +55,6 @@ CONFIG_HW_PERF_EVENTS=y
CONFIG_CMDLINE="console=ttyAM0,115200 root=/dev/sda1 rootdelay=20"
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
# CONFIG_CPU_IDLE is not set
CONFIG_LEDS=y
CONFIG_LEDS_CPU=y
@ -181,6 +183,7 @@ CONFIG_LSM_MMAP_MIN_ADDR=32768
# 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

View File

@ -150,9 +150,6 @@ CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE=""
# CONFIG_AUTO_ZRELADDR is not set
CONFIG_CPU_IDLE=y
# CONFIG_CPU_IDLE_GOV_LADDER is not set
CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_VFPv3=y
CONFIG_NEON=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set

View File

@ -20,7 +20,6 @@ CONFIG_MACH_VENTANA=y
CONFIG_TEGRA_DEBUG_UARTD=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_SMP=y
CONFIG_NR_CPUS=4
CONFIG_ARM_CPU_TOPOLOGY=y

View File

@ -269,9 +269,11 @@ Summary: The Linux kernel
%define with_tegra 0
%define with_omap 0
%define with_imx 0
%define with_highbank 0
%endif
# disable highbank ARM kernels for the time being
%define with_highbank 0
# kernel-kirkwood is only built for armv5
%ifnarch armv5tel
%define with_kirkwood 0
@ -2369,6 +2371,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue Feb 21 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- update ARM configs to F-17 branch
* Tue Feb 21 2012 Josh Boyer <jwboyer@redhat.com>
- ext4: fix resize when resizing within single group (rhbz 786454)
- imon: don't wedge hardware after early callbacks (rhbz 781832)