linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Refactor common Kconfigs for easier maintenance
@ 2011-12-12 11:47 Dave Martin
  2011-12-12 11:47 ` [PATCH v3 1/2] ARM: pl2x0/pl310: Refactor Kconfig to be more maintainable Dave Martin
  2011-12-12 11:47 ` [PATCH v3 2/2] ARM: SMP: " Dave Martin
  0 siblings, 2 replies; 13+ messages in thread
From: Dave Martin @ 2011-12-12 11:47 UTC (permalink / raw)
  To: linux-arm-kernel

Common Kconfig options which depend on a long list of board- and
SoC- specific Kconfigs can be cumbersome to maintain, leading to
annoying merge conflicts (although rather trivial ones).

This series factors out the dependencies of CACHE_L2X0 and SMP so
that the knowledge about when these can be enabled is moved to the
relevant board/SoC Kconfig files instead.  New HAVE_L2X0_L2CC and
HAVE_SMP options are defined to mediate the dependencies.

Note that there was no previous post of this whole series.  One of
the patches was posted previously (hence v3).

Dave Martin (2):
  ARM: pl2x0/pl310: Refactor Kconfig to be more maintainable
  ARM: SMP: Refactor Kconfig to be more maintainable

 arch/arm/Kconfig               |   23 +++++++++++++++++++----
 arch/arm/mach-exynos/Kconfig   |    2 ++
 arch/arm/mach-imx/Kconfig      |    3 ++-
 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            |   12 +++++++-----
 arch/arm/plat-mxc/Kconfig      |    1 +
 9 files changed, 45 insertions(+), 10 deletions(-)

--
1.7.4.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-12-12 22:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 11:47 [PATCH v3 0/2] Refactor common Kconfigs for easier maintenance Dave Martin
2011-12-12 11:47 ` [PATCH v3 1/2] ARM: pl2x0/pl310: Refactor Kconfig to be more maintainable Dave Martin
2011-12-12 14:08   ` Russell King - ARM Linux
2011-12-12 15:01     ` Dave Martin
2011-12-12 16:04       ` Russell King - ARM Linux
2011-12-12 16:53         ` Dave Martin
2011-12-12 22:22           ` Russell King - ARM Linux
2011-12-12 15:19     ` Dave Martin
2011-12-12 11:47 ` [PATCH v3 2/2] ARM: SMP: " Dave Martin
2011-12-12 14:10   ` Russell King - ARM Linux
2011-12-12 15:04     ` Dave Martin
2011-12-12 15:59       ` Russell King - ARM Linux
2011-12-12 16:40         ` Dave Martin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).