From: xsecute@googlemail.com (xsecute at googlemail.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH]: Fix arm kconfig
Date: Tue, 10 Aug 2010 21:42:12 +0200 [thread overview]
Message-ID: <AANLkTikR-JJ9CP0eU3Lq251LPr_JRScBAih-dJdrt5fx@mail.gmail.com> (raw)
Hi Russell,
i get an nerror if i try: make ARCH=arm CROSS_COMPILE=arm-eabi
Output:
scripts/kconfig/mconf arch/arm/Kconfig
arch/arm/Kconfig:1187: invalid option
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
--------------------------------------------------------
The following patch fix that.
==========================
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 232f0c7..684c1a1 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1184,8 +1184,8 @@ config LOCAL_TIMERS
REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \
ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_TEGRA)
default y
- select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_VEXPRESS ||
ARCH_OMAP4 || \\
- ARCH_U8500 || ARCH_TEGRA
+ select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_VEXPRESS ||
ARCH_OMAP4 || \
+ ARCH_U8500 || ARCH_TEGRA)
help
Enable support for local timers on SMP platforms, rather then the
legacy IPI broadcast method. Local timers allows the system
next reply other threads:[~2010-08-10 19:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-10 19:42 xsecute at googlemail.com [this message]
2010-08-10 19:56 ` [PATCH]: Fix arm kconfig Russell King - ARM Linux
2010-08-10 20:07 ` Uwe Kleine-König
2010-08-10 20:14 ` [PATCH] ARM: fix syntax error in main Kconfig file Uwe Kleine-König
2010-08-10 22:14 ` Russell King - ARM Linux
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTikR-JJ9CP0eU3Lq251LPr_JRScBAih-dJdrt5fx@mail.gmail.com \
--to=xsecute@googlemail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).