All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] handful of Kconfig changes
@ 2016-02-26  3:39 Doug Goldstein
  2016-02-26  3:39 ` [PATCH 1/4] build: consolidate CONFIG_HAS_VIDEO and CONFIG_VIDEO Doug Goldstein
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Doug Goldstein @ 2016-02-26  3:39 UTC (permalink / raw)
  To: xen-devel
  Cc: Keir Fraser, Ian Campbell, Andrew Cooper, Doug Goldstein,
	Stefano Stabellini, Jan Beulich

Mostly just simplification, consolidation, and more conversion. The
last two were entries added while the original series was in the last
steps of review so they just needed to be finished up.

Doug Goldstein (4):
  build: consolidate CONFIG_HAS_VIDEO and CONFIG_VIDEO
  build: consolidate CONFIG_HAS_ACPI and CONFIG_ACPI
  build: convert HAS_NUMA to Kconfig
  build: convert HAS_CORE_PARKING to Kconfig

 xen/arch/arm/Kconfig         | 2 +-
 xen/arch/x86/Kconfig         | 4 +++-
 xen/arch/x86/Rules.mk        | 5 +----
 xen/common/Kconfig           | 3 +++
 xen/common/Makefile          | 2 +-
 xen/common/sysctl.c          | 2 +-
 xen/drivers/Makefile         | 4 ++--
 xen/drivers/acpi/Kconfig     | 7 +++++--
 xen/drivers/acpi/Makefile    | 2 +-
 xen/drivers/video/Kconfig    | 6 +++---
 xen/drivers/video/Makefile   | 8 ++++----
 xen/include/asm-arm/config.h | 2 --
 xen/include/asm-x86/config.h | 4 ----
 13 files changed, 25 insertions(+), 26 deletions(-)

-- 
2.4.10


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-02-26 19:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26  3:39 [PATCH 0/4] handful of Kconfig changes Doug Goldstein
2016-02-26  3:39 ` [PATCH 1/4] build: consolidate CONFIG_HAS_VIDEO and CONFIG_VIDEO Doug Goldstein
2016-02-26 11:35   ` Jan Beulich
2016-02-26  3:39 ` [PATCH 2/4] build: consolidate CONFIG_HAS_ACPI and CONFIG_ACPI Doug Goldstein
2016-02-26  3:39 ` [PATCH 3/4] build: convert HAS_NUMA to Kconfig Doug Goldstein
2016-02-26 18:56   ` Konrad Rzeszutek Wilk
2016-02-26 19:53     ` Doug Goldstein
2016-02-26  3:39 ` [PATCH 4/4] build: convert HAS_CORE_PARKING " Doug Goldstein
2016-02-26  9:30 ` [PATCH 0/4] handful of Kconfig changes Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.