summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:23 +0200
commit41be2a023dc9b8e4a790ca129b72cfa9e58be865 (patch)
tree66188250d8cc5de2c778350844d5db82a7939a40 /commands/Kconfig
parentee6d4a74eb6efa643e7b834b32e04d01c6b29b7f (diff)
parentf3db31188849c0f7f603789d125eb60e5f139061 (diff)
downloadbarebox-41be2a023dc9b8e4a790ca129b72cfa9e58be865.tar.gz
barebox-41be2a023dc9b8e4a790ca129b72cfa9e58be865.tar.xz
Merge branch 'for-next/mmc'
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 6847a55e61..30d02264c9 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -233,6 +233,17 @@ config CMD_VERSION
barebox 2014.05.0-00142-gb289373 #177 Mon May 12 20:35:55 CEST 2014
+config CMD_MMC
+ tristate
+ prompt "mmc command allowing to set enhanced area"
+ depends on MCI
+ help
+ Configure mmc cards similar to the userspace mmc utility. Compared to
+ mmc_extcsd it works on a higher abstraction level.
+
+ Currently only the enh_area subcommand is implemented to configure
+ the "Enhanced Area" of an mmc device.
+
config CMD_MMC_EXTCSD
tristate
prompt "read/write eMMC ext. CSD register"