[PATCH] SSB: make it depend on PCI
- From: Mike Frysinger <vapier@xxxxxxxxxx>
- Date: Thu, 6 Nov 2008 04:51:22 -0500
Since the SSB code requires PCI, set the Kconfig dependencies accordingly.
Also tweak the menu display so that the menu does not show up at all if
SSB is not possible.
Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
---
drivers/ssb/Kconfig | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig
index 307b1f6..f0a176a 100644
--- a/drivers/ssb/Kconfig
+++ b/drivers/ssb/Kconfig
@@ -1,10 +1,11 @@
-menu "Sonics Silicon Backplane"
-
config SSB_POSSIBLE
bool
- depends on HAS_IOMEM && HAS_DMA
+ depends on HAS_IOMEM && HAS_DMA && PCI
default y
+menu "Sonics Silicon Backplane"
+ depends on SSB_POSSIBLE
+
config SSB
tristate "Sonics Silicon Backplane support"
depends on SSB_POSSIBLE
--
1.6.0.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] SSB: make it depend on PCI
- From: Michael Buesch
- Re: [PATCH] SSB: make it depend on PCI
- From: Johannes Berg
- Re: [PATCH] SSB: make it depend on PCI
- Prev by Date: Re: [PATCH 00/14] x86: disable virt on kdump and emergency_restart
- Next by Date: Re: [PATCH 00/14] x86: disable virt on kdump and emergency_restart
- Previous by thread: [PATCH v6] Add Dallas DS1390/93/94 RTC chips
- Next by thread: Re: [PATCH] SSB: make it depend on PCI
- Index(es):
Relevant Pages
|