summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-08-27 21:22:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-08-27 21:22:57 +0200
commitecbc37447601d5d636e5ec70620e7aa9b9e86d4a (patch)
treefd8f00643749c282c0033561e7a0179ad88f66cb /target/linux/config/Config.in.block
parent7ebd0e6ba646b20df32275154858f02c6ecf8ddf (diff)
add partition types, cleanup fsnet
Diffstat (limited to 'target/linux/config/Config.in.block')
-rw-r--r--target/linux/config/Config.in.block4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index c18e37b18..9c173ccc3 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -103,6 +103,9 @@ config ADK_KERNEL_MMC_BCM2835
config ADK_KERNEL_MMC_BCM2835_DMA
bool
+config ADK_KERNEL_MMC_BCM2835_SDHOST
+ bool
+
menu "SATA/PATA devices support"
depends on ADK_TARGET_WITH_PATA || ADK_TARGET_WITH_SATA || ADK_TARGET_QEMU || ADK_TARGET_VBOX
@@ -338,6 +341,7 @@ config ADK_KERNEL_MMC_BCM2835
select ADK_KERNEL_MMC_SDHCI
select ADK_KERNEL_MMC_SDHCI_PLTFM
select ADK_KERNEL_MMC_BCM2835_DMA
+ select ADK_KERNEL_MMC_BCM2835_SDHOST
depends on ADK_TARGET_BOARD_BCM28XX
default y if ADK_TARGET_BOARD_BCM28XX
default n