mbox

[GIT,PULL] Refactor common Kconfigs for easier maintenance

Message ID 1324302127-5086-1-git-send-email-dave.martin@linaro.org
State Accepted
Headers show

Pull-request

git://git.linaro.org/people/dmart/linux-2.6-arm.git arm/common-kconfig-refactor+for-rmk

Message

Dave Martin Dec. 19, 2011, 1:42 p.m. UTC
Hi Russell,

This series now has acks on the generic patches from a reasonable
cross-section of maintainers, and acks from relevant people on the
board-specifc patches, so if you're happy with it, could you pull
it into your tree?

If you have any concerns, let me know.

Thanks
---Dave

The following changes since commit caca6a03d365883564885f2c1da3e88dcf65d139:

  Linux 3.2-rc3 (2011-11-23 20:20:28 -0800)

are available in the git repository at:
  git://git.linaro.org/people/dmart/linux-2.6-arm.git arm/common-kconfig-refactor+for-rmk

Dave Martin (5):
      ARM: l2x0/pl310: Refactor Kconfig to be more maintainable
      ARM: SMP: Refactor Kconfig to be more maintainable
      omap4: Unconditionally require l2x0 L2 cache controller support
      highbank: Unconditionally require l2x0 L2 cache controller support
      imx6q: Remove unconditional dependency on l2x0 L2 cache support

 arch/arm/Kconfig               |   26 ++++++++++++++++++++++----
 arch/arm/mach-exynos/Kconfig   |    2 ++
 arch/arm/mach-imx/Kconfig      |    2 +-
 arch/arm/mach-msm/Kconfig      |    1 +
 arch/arm/mach-omap2/Kconfig    |    2 ++
 arch/arm/mach-realview/Kconfig |    9 +++++++++
 arch/arm/mach-vexpress/Kconfig |    2 ++
 arch/arm/mm/Kconfig            |   23 ++++++++++++++++-------
 arch/arm/plat-mxc/Kconfig      |    1 +
 9 files changed, 56 insertions(+), 12 deletions(-)