All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <florian@openwrt.org>
To: Ralf Baechle <ralf@linux-mips.org>,
	linux-mips@linux-mips.org, Maxime Bizon <mbizon@freebox.fr>
Subject: [PATCH 2/3 v2] bcm63xx: select SSB since we are using ssb_arch_set_fallback_sprom
Date: Mon, 1 Jun 2009 20:22:20 +0200	[thread overview]
Message-ID: <200906012022.20804.florian@openwrt.org> (raw)

This patch makes the BCM963xx boards select SSB since we
unconditionnaly use ssb_arch_set_fallback_sprom. Without
this linking would fail with an undefined reference.

Changes from v1:
- this only applies to BCM963xx boards and not 63xx as a whole

Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
diff --git a/arch/mips/bcm63xx/boards/Kconfig b/arch/mips/bcm63xx/boards/Kconfig
index da5eeaa..c6aed33 100644
--- a/arch/mips/bcm63xx/boards/Kconfig
+++ b/arch/mips/bcm63xx/boards/Kconfig
@@ -5,6 +5,7 @@ choice
 
 config BOARD_BCM963XX
        bool "Generic Broadcom 963xx boards"
+	select SSB
        help
 
 endchoice

             reply	other threads:[~2009-06-01 18:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-01 18:22 Florian Fainelli [this message]
2009-06-02 10:01 ` [PATCH 2/3 v2] bcm63xx: select SSB since we are using ssb_arch_set_fallback_sprom 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=200906012022.20804.florian@openwrt.org \
    --to=florian@openwrt.org \
    --cc=linux-mips@linux-mips.org \
    --cc=mbizon@freebox.fr \
    --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 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.