From 608efcdbd0401e90043bb2135b0d91b5deaac3ef Mon Sep 17 00:00:00 2001
From: Hauke Mehrtens <hauke@hauke-m.de>
Date: Sun, 25 Nov 2012 14:14:17 +0000
Subject: [PATCH] kernel: add CONFIG_BCMA_POSSIBLE=y to generic config as it is
 set in most of the target configs.

SVN-Revision: 34330
---
 target/linux/generic/config-3.3 | 1 +
 target/linux/generic/config-3.6 | 1 +
 target/linux/generic/config-3.7 | 1 +
 3 files changed, 3 insertions(+)

diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3
index 371db3e277..00e9e7c374 100644
--- a/target/linux/generic/config-3.3
+++ b/target/linux/generic/config-3.3
@@ -193,6 +193,7 @@ CONFIG_BASE_SMALL=0
 # CONFIG_BCM63XX is not set
 # CONFIG_BCM63XX_PHY is not set
 # CONFIG_BCMA is not set
+CONFIG_BCMA_POSSIBLE=y
 # CONFIG_BCM_WIMAX is not set
 # CONFIG_BDI_SWITCH is not set
 # CONFIG_BE2ISCSI is not set
diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6
index 56a5731b1b..5af13b6e4e 100644
--- a/target/linux/generic/config-3.6
+++ b/target/linux/generic/config-3.6
@@ -197,6 +197,7 @@ CONFIG_BASE_SMALL=0
 # CONFIG_BCM63XX_PHY is not set
 # CONFIG_BCM87XX_PHY is not set
 # CONFIG_BCMA is not set
+CONFIG_BCMA_POSSIBLE=y
 # CONFIG_BCM_WIMAX is not set
 # CONFIG_BDI_SWITCH is not set
 # CONFIG_BE2ISCSI is not set
diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7
index 863be59dbc..86686aa033 100644
--- a/target/linux/generic/config-3.7
+++ b/target/linux/generic/config-3.7
@@ -201,6 +201,7 @@ CONFIG_BASE_SMALL=0
 # CONFIG_BCM63XX_PHY is not set
 # CONFIG_BCM87XX_PHY is not set
 # CONFIG_BCMA is not set
+CONFIG_BCMA_POSSIBLE=y
 # CONFIG_BCM_WIMAX is not set
 # CONFIG_BDI_SWITCH is not set
 # CONFIG_BE2ISCSI is not set
-- 
2.30.2