From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFxrN-0002wl-O6 for barebox@lists.infradead.org; Wed, 09 Sep 2020 11:01:54 +0000 From: Juergen Borleis Date: Wed, 9 Sep 2020 13:01:17 +0200 Message-Id: <20200909110118.19923-4-jbe@pengutronix.de> In-Reply-To: <20200909110118.19923-1-jbe@pengutronix.de> References: <20200909110118.19923-1-jbe@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 4/5] mci: kconfig: explain what boot partitions are To: barebox@lists.infradead.org Cc: Juergen Borleis Signed-off-by: Juergen Borleis --- drivers/mci/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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 ---" -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox