From: Antony Pavlov <antonynpavlov@gmail.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org, Antony Pavlov <antonynpavlov@gmail.com>
Subject: [PATCH] MIPS: Octeon: Kconfig: fix helper dependency
Date: Thu, 17 Feb 2011 17:28:26 +0300 [thread overview]
Message-ID: <1297952906-1099-1-git-send-email-antonynpavlov@gmail.com> (raw)
The option CAVIUM_OCTEON_HELPER does not depend
on CPU_CAVIUM_OCTEON option.
So my .config file for MIPS Malta board contains
CONFIG_MIPS_MALTA=y
...
# CONFIG_CAVIUM_OCTEON_SIMULATOR is not set
# CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set
...
CONFIG_CAVIUM_OCTEON_HELPER=y
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
arch/mips/cavium-octeon/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/cavium-octeon/Kconfig b/arch/mips/cavium-octeon/Kconfig
index caae228..a6a2f3c 100644
--- a/arch/mips/cavium-octeon/Kconfig
+++ b/arch/mips/cavium-octeon/Kconfig
@@ -97,7 +97,7 @@ config ARCH_SPARSEMEM_ENABLE
config CAVIUM_OCTEON_HELPER
def_bool y
- depends on OCTEON_ETHERNET || PCI
+ depends on CPU_CAVIUM_OCTEON && (OCTEON_ETHERNET || PCI)
config IOMMU_HELPER
bool
--
1.7.1
next reply other threads:[~2011-02-17 14:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-17 14:28 Antony Pavlov [this message]
2011-02-17 18:01 ` [PATCH] MIPS: Octeon: Kconfig: fix helper dependency David Daney
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=1297952906-1099-1-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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