diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-10 21:21:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-10 21:21:48 -0400 |
commit | da06a8d7bed2f3bfc12979384b2d1247ec4873db (patch) | |
tree | ed60bec05c7d69d94ad048d404321ce759a48868 /arch/arm/Kconfig | |
parent | 49999ab27eab6289a8e4f450e148bdab521361b2 (diff) | |
parent | 6bd5dbda2adeabba69c969886511e501a65b6e3c (diff) |
Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC fixes from Olof Johansson:
"A series of fixes (and in some cases, some cleanups):
Via Tony Lindgren:
- A collection of OMAP regression fixes, in particular because
firmware no longer sets up all pin states before starting the
kernel.
- cpufreq fixes for OMAP (Rafael is on vacation and this was
pre-agreed).
- A longer series of misc regression fixes and cleanups, warning
removals, etc for OMAP
From Arnd Bergmann:
- A series of warning fixes for various platforms (defconfig builds)
Misc:
- A couple of tegra fixes, one for i.MX, some vt8500 fixes, etc."
* tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (73 commits)
ARM: pxa: armcore: fix PCI PIO warnings
ARM: integrator: use __iomem pointers for MMIO, part 2
ARM: assabet: fix bogus warning in get_assabet_scr (again)
ARM: shmobile: mark shmobile_init_late as __init
ARM: integrator_cp: fix build failure
ARM: OMAP4/AM335x: hwmod: fix disable_module regression in hardreset handling
ARM: OMAP3: fix workaround for EMU clockdomain
arm/omap: Replace board_ref_clock with enum values
ARM: OMAP2+: remove duplicated include from board-omap3stalker.c
arch/arm/plat-omap/omap-pm-noop.c: Remove unecessary semicolon
arch/arm/mach-omap2: Remove unecessary semicolon
arch/arm/mach-omap1/devices.c: Remove unecessary semicolon
ARM/dts: omap5-evm: pinmux configuration for audio
ARM/dts: Add pinctrl driver entries for omap5
ARM/dts: omap4-panda: pinmux configuration for audio
ARM/dts: omap4-sdp: pinmux configuration for audio
ARM/dts: omap5-evm: Disable unused McBSP3
ARM/dts: omap4-sdp: Disable unused McBSP3
ARM/dts: omap4-panda: Disable unused audio IPs
ARM: OMAP: board-omap4panda: Pin mux configuration for audio needs
...
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e40eefb5d32d..767aae8277fa 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -494,7 +494,6 @@ config ARCH_IOP32X | |||
494 | depends on MMU | 494 | depends on MMU |
495 | select CPU_XSCALE | 495 | select CPU_XSCALE |
496 | select NEED_MACH_GPIO_H | 496 | select NEED_MACH_GPIO_H |
497 | select NEED_MACH_IO_H | ||
498 | select NEED_RET_TO_USER | 497 | select NEED_RET_TO_USER |
499 | select PLAT_IOP | 498 | select PLAT_IOP |
500 | select PCI | 499 | select PCI |
@@ -508,7 +507,6 @@ config ARCH_IOP33X | |||
508 | depends on MMU | 507 | depends on MMU |
509 | select CPU_XSCALE | 508 | select CPU_XSCALE |
510 | select NEED_MACH_GPIO_H | 509 | select NEED_MACH_GPIO_H |
511 | select NEED_MACH_IO_H | ||
512 | select NEED_RET_TO_USER | 510 | select NEED_RET_TO_USER |
513 | select PLAT_IOP | 511 | select PLAT_IOP |
514 | select PCI | 512 | select PCI |
@@ -1772,6 +1770,7 @@ source "mm/Kconfig" | |||
1772 | config FORCE_MAX_ZONEORDER | 1770 | config FORCE_MAX_ZONEORDER |
1773 | int "Maximum zone order" if ARCH_SHMOBILE | 1771 | int "Maximum zone order" if ARCH_SHMOBILE |
1774 | range 11 64 if ARCH_SHMOBILE | 1772 | range 11 64 if ARCH_SHMOBILE |
1773 | default "12" if SOC_AM33XX | ||
1775 | default "9" if SA1111 | 1774 | default "9" if SA1111 |
1776 | default "11" | 1775 | default "11" |
1777 | help | 1776 | help |