From: Michael Buesch <mb@bu3sch.de>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org, bcm43xx-dev@lists.berlios.de
Subject: [patch 4/5] ssb: Fix EXPERIMENTAL annotations
Date: Sat, 11 Aug 2007 02:03:58 +0200 [thread overview]
Message-ID: <20070811000357.633337000@bu3sch.de> (raw)
In-Reply-To: 20070811000354.611868000@bu3sch.de
ssb-core is not experimental anymore.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Index: ssb-merge/drivers/ssb/Kconfig
===================================================================
--- ssb-merge.orig/drivers/ssb/Kconfig 2007-08-10 12:52:50.000000000 +0200
+++ ssb-merge/drivers/ssb/Kconfig 2007-08-10 13:35:27.000000000 +0200
@@ -2,7 +2,7 @@ menu "Sonics Silicon Backplane"
config SSB
tristate "Sonics Silicon Backplane support"
- depends on EXPERIMENTAL && HAS_IOMEM
+ depends on HAS_IOMEM
help
Support for the Sonics Silicon Backplane bus
@@ -21,8 +21,8 @@ config SSB_PCIHOST
If unsure, say Y
config SSB_PCMCIAHOST
- bool "Support for SSB on PCMCIA-bus host"
- depends on SSB && PCMCIA
+ bool "Support for SSB on PCMCIA-bus host (EXPERIMENTAL)"
+ depends on SSB && PCMCIA && EXPERIMENTAL
help
Support for a Sonics Silicon Backplane on top
of a PCMCIA device.
@@ -65,14 +65,14 @@ config SSB_DRIVER_PCICORE
If unsure, say Y
config SSB_PCICORE_HOSTMODE
- bool "Hostmode support for SSB PCI core"
- depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS
+ bool "Hostmode support for SSB PCI core (EXPERIMENTAL)"
+ depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS && EXPERIMENTAL
help
PCIcore hostmode operation (external PCI bus).
config SSB_DRIVER_MIPS
- bool "SSB Broadcom MIPS core driver"
- depends on SSB && MIPS
+ bool "SSB Broadcom MIPS core driver (EXPERIMENTAL)"
+ depends on SSB && MIPS && EXPERIMENTAL
select SSB_SERIAL
help
Driver for the Sonics Silicon Backplane attached
@@ -81,8 +81,8 @@ config SSB_DRIVER_MIPS
If unsure, say N
config SSB_DRIVER_EXTIF
- bool "SSB Broadcom EXTIF core driver"
- depends on SSB_DRIVER_MIPS
+ bool "SSB Broadcom EXTIF core driver (EXPERIMENTAL)"
+ depends on SSB_DRIVER_MIPS && EXPERIMENTAL
help
Driver for the Sonics Silicon Backplane attached
Broadcom EXTIF core.
--
next prev parent reply other threads:[~2007-08-11 0:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070811000354.611868000@bu3sch.de>
2007-08-11 0:03 ` [patch 1/5] ssb: pcicore compile fix Michael Buesch
2007-08-11 0:03 ` [patch 2/5] ssb: pci core driver fixes Michael Buesch
2007-08-11 0:03 ` [patch 3/5] ssb: Read the UART divisor instead of setting it Michael Buesch
2007-08-11 0:03 ` Michael Buesch [this message]
2007-08-11 0:03 ` [patch 5/5] ssb: Remove verbose coreswitch printk Michael Buesch
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=20070811000357.633337000@bu3sch.de \
--to=mb@bu3sch.de \
--cc=bcm43xx-dev@lists.berlios.de \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/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).