From: David Daney <ddaney@caviumnetworks.com>
To: "Andreas Bießmann" <biessmann@corscience.de>
Cc: linux-kernel@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
linux-mips@linux-mips.org
Subject: Re: [PATCH] cavium-octeon: determine if helper should build
Date: Wed, 11 Aug 2010 09:55:50 -0700 [thread overview]
Message-ID: <4C62D616.9050000@caviumnetworks.com> (raw)
In-Reply-To: <1281545393-23690-1-git-send-email-biessmann@corscience.de>
On 08/11/2010 09:49 AM, Andreas Bießmann wrote:
> This patch adds an config switch to determine if we need to build some
> workaround helper files.
>
> The staging driver octeon-ethernet references some symbols which are only
> built when PCI is enabled. The new config switch enables these symbols in
> bothe cases.
>
> Signed-off-by: Andreas Bießmann<biessmann@corscience.de>
Acked-by: David Daney <ddaney@caviumnetworks.com>
> ---
> arch/mips/cavium-octeon/Kconfig | 4 ++++
> arch/mips/cavium-octeon/executive/Makefile | 2 +-
> 2 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/arch/mips/cavium-octeon/Kconfig b/arch/mips/cavium-octeon/Kconfig
> index 094c17e..47323ca 100644
> --- a/arch/mips/cavium-octeon/Kconfig
> +++ b/arch/mips/cavium-octeon/Kconfig
> @@ -83,3 +83,7 @@ config ARCH_SPARSEMEM_ENABLE
> def_bool y
> select SPARSEMEM_STATIC
> depends on CPU_CAVIUM_OCTEON
> +
> +config CAVIUM_OCTEON_HELPER
> + def_bool y
> + depends on OCTEON_ETHERNET || PCI
> diff --git a/arch/mips/cavium-octeon/executive/Makefile b/arch/mips/cavium-octeon/executive/Makefile
> index 2fd66db..7f41c5b 100644
> --- a/arch/mips/cavium-octeon/executive/Makefile
> +++ b/arch/mips/cavium-octeon/executive/Makefile
> @@ -11,4 +11,4 @@
>
> obj-y += cvmx-bootmem.o cvmx-l2c.o cvmx-sysinfo.o octeon-model.o
>
> -obj-$(CONFIG_PCI) += cvmx-helper-errata.o cvmx-helper-jtag.o
> +obj-$(CONFIG_CAVIUM_OCTEON_HELPER) += cvmx-helper-errata.o cvmx-helper-jtag.o
next prev parent reply other threads:[~2010-08-11 16:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-11 16:49 [PATCH] cavium-octeon: determine if helper should build Andreas Bießmann
2010-08-11 16:55 ` David Daney [this message]
2010-08-17 14:34 ` Ralf Baechle
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=4C62D616.9050000@caviumnetworks.com \
--to=ddaney@caviumnetworks.com \
--cc=biessmann@corscience.de \
--cc=linux-kernel@vger.kernel.org \
--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