diff mbox

mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301X

Message ID 1393422939-25360-1-git-send-email-zajec5@gmail.com
State Accepted
Headers show

Commit Message

Rafał Miłecki Feb. 26, 2014, 1:55 p.m. UTC
Home routers based on SoCs like BCM53010 (AKA BCM4708) use flashes
which can be nicely partitioned with bcm47xxpart.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
---
 drivers/mtd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafał Miłecki Feb. 26, 2014, 4:48 p.m. UTC | #1
2014-02-26 14:55 GMT+01:00 Rafał Miłecki <zajec5@gmail.com>:
> Home routers based on SoCs like BCM53010 (AKA BCM4708) use flashes
> which can be nicely partitioned with bcm47xxpart.

This one is wrong (I forgot I have more local changes), drop it please.
diff mbox

Patch

diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 5ebcda3..5d49a21 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -150,7 +150,7 @@  config MTD_BCM63XX_PARTS
 
 config MTD_BCM47XX_PARTS
 	tristate "BCM47XX partitioning support"
-	depends on BCM47XX
+	depends on BCM47XX || ARCH_BCM_5301X
 	help
 	  This provides partitions parser for devices based on BCM47xx
 	  boards.