summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorRafał Miłecki2014-02-28 18:02:01 +0100
committerBrian Norris2014-03-11 06:42:29 +0100
commit9e3afa5f5c7db81f5ff44d877dda6f5ffce0da19 (patch)
tree1edb6bc23a1c154721c5349b1da3b70a7dbf07c7 /drivers/mtd/Kconfig
parentmtd: bcm47xxpart: avoid overflowing when registering trx (diff)
downloadkernel-qcow2-linux-9e3afa5f5c7db81f5ff44d877dda6f5ffce0da19.tar.gz
kernel-qcow2-linux-9e3afa5f5c7db81f5ff44d877dda6f5ffce0da19.tar.xz
kernel-qcow2-linux-9e3afa5f5c7db81f5ff44d877dda6f5ffce0da19.zip
mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301X
Home routers based on SoCs like BCM53010 (AKA BCM4708) use flashes which can be nicely partitioned with bcm47xxpart. Header bcm47xx_nvram.h is not available on bcm53xx, so don't include it. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 5ebcda39f554..5d49a2129618 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.