* [PATCH] sh: fix kconfig warning
@ 2010-08-23 16:11 Arnaud Lacombe
2010-08-24 6:33 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Arnaud Lacombe @ 2010-08-23 16:11 UTC (permalink / raw)
To: Paul Mundt; +Cc: Michal Marek, linux-kbuild, linux-sh, Arnaud Lacombe
warning: (SUPERH32) selects HAVE_HW_BREAKPOINT which has unmet direct dependencies (PERF_EVENTS)
This warning was causing Kconfig to segfault.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
---
arch/sh/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 33990fa..06645b6 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -45,7 +45,7 @@ config SUPERH32
select HAVE_ARCH_KGDB
select HAVE_HW_BREAKPOINT
select HAVE_MIXED_BREAKPOINTS_REGS
- select PERF_EVENTS if HAVE_HW_BREAKPOINT
+ select PERF_EVENTS
select ARCH_HIBERNATION_POSSIBLE if MMU
config SUPERH64
--
1.7.2.30.gc37d7.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-24 6:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-23 16:11 [PATCH] sh: fix kconfig warning Arnaud Lacombe
2010-08-24 6:33 ` Paul Mundt
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).