All of lore.kernel.org
 help / color / mirror / Atom feed
* + build-superh-without-config_expert.patch added to -mm tree
@ 2015-01-14  0:04 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2015-01-14  0:04 UTC (permalink / raw)
  To: rob, geert+renesas, rdunlap, mm-commits


The patch titled
     Subject: sh: build superh without CONFIG_EXPERT.
has been added to the -mm tree.  Its filename is
     build-superh-without-config_expert.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/build-superh-without-config_expert.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/build-superh-without-config_expert.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Rob Landley <rob@landley.net>
Subject: sh: build superh without CONFIG_EXPERT.

What sh4 actually wants is HAVE_PATA_PLATFORM, so select that instead.

Signed-off-by: Rob Landley <rob@landley.net>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/sh/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/sh/Kconfig~build-superh-without-config_expert arch/sh/Kconfig
--- a/arch/sh/Kconfig~build-superh-without-config_expert
+++ a/arch/sh/Kconfig
@@ -1,7 +1,7 @@
 config SUPERH
 	def_bool y
 	select ARCH_MIGHT_HAVE_PC_PARPORT
-	select EXPERT
+	select HAVE_PATA_PLATFORM
 	select CLKDEV_LOOKUP
 	select HAVE_IDE if HAS_IOPORT_MAP
 	select HAVE_MEMBLOCK
_

Patches currently in -mm which might be from rob@landley.net are

x86-build-replace-perl-script-with-shell-script.patch
build-superh-without-config_expert.patch
init-remove-config_init_fallback.patch
rtc-rtc-isl12057-add-isilirq2-can-wakeup-machine-property-for-in-tree-users.patch
arm-mvebu-isl12057-rtc-chip-can-now-wake-up-rn102-rn102-and-rn2120.patch
linux-next.patch
dt-bindings-use-isil-prefix-for-intersil.patch
rtc-isl12022-deprecate-use-of-isl-in-compatible-string-for-isil.patch
rtc-isl12057-deprecate-use-of-isl-in-compatible-string-for-isil.patch
staging-iio-isl29028-deprecate-use-of-isl-in-compatible-string-for-isil.patch
arm-dts-zynq-update-isl9305-compatible-string-to-use-isil-vendor-prefix.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-14  0:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14  0:04 + build-superh-without-config_expert.patch added to -mm tree akpm

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.