From mboxrd@z Thu Jan 1 00:00:00 1970 From: dave.martin@linaro.org (Dave Martin) Date: Mon, 19 Dec 2011 13:45:23 +0000 Subject: Fw: [GIT PULL] Refactor common Kconfigs for easier maintenance Message-ID: <20111219134523.GA2029@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org [Forwarding to alkml, which I missed off the original recipient list. If you already received this mail, please ignore] ----- Forwarded message from Dave Martin ----- Date: Mon, 19 Dec 2011 13:42:07 +0000 From: Dave Martin To: Russell King - ARM Linux Cc: patches at linaro.org, Uwe Kleine-K??nig , Anton Vorontsov , Barry Song , Bryan Huntsman , Catalin Marinas , Colin Cross , Daniel Walker , David Brown , Fabio Estevam , Haojian Zhuang , John Linn , Kukjin Kim , Linus Walleij , Magnus Damm , Paul Mundt , Pawel Moll , Rob Herring , Sascha Hauer , Sascha Hauer , Shawn Guo , Tony Lindgren , Will Deacon , linux-arm-msm at vger.kernel.org, linux-omap at vger.kernel.org, linux-samsung-soc at vger.kernel.org, linux-sh at vger.kernel.org, linux-tegra at vger.kernel.org Subject: [GIT PULL] Refactor common Kconfigs for easier maintenance X-Mailer: git-send-email 1.7.4.1 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(-)