summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2020-09-09 13:01:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-14 20:02:13 +0200
commit6fd741b3e77f4dcc051ecd989ae00bfcfbaa74ad (patch)
tree57db1cd6acbb0e09d0ebdc4a776d9af2c6a3093a /drivers/mci/Kconfig
parent4dfeabd0b150683bbada4281544ab0df4911fe30 (diff)
downloadbarebox-6fd741b3e77f4dcc051ecd989ae00bfcfbaa74ad.tar.gz
barebox-6fd741b3e77f4dcc051ecd989ae00bfcfbaa74ad.tar.xz
mci: kconfig: explain what boot partitions are
Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index f7dc5c5089..996d8ff122 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -34,6 +34,13 @@ config MCI_WRITE
config MCI_MMC_BOOT_PARTITIONS
bool "support MMC boot partitions"
+ help
+ Provide access to the 'boot partitions' of devices of type 'MMC'.
+ These so called 'hardware partitions' act like an independent memory
+ device and thus, need special handling.
+
+ Note: only 'MMC' have 'boot partitions'. So, if you don't use an
+ 'MMC' device, you don't need this support.
comment "--- MCI host drivers ---"