summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-06-02 10:00:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-03 09:18:07 +0200
commit91eeea3664bc223b0557ef2b7d4ab47190d2f44f (patch)
tree8135f6bf75eddb95901e9b83af507d19a7cf6186 /drivers/mci/Kconfig
parent06846cdea78de7aa1e2b7d4fe84b07835581370d (diff)
downloadbarebox-91eeea3664bc223b0557ef2b7d4ab47190d2f44f.tar.gz
barebox-91eeea3664bc223b0557ef2b7d4ab47190d2f44f.tar.xz
mci: reword MCI_STARTUP text
With the recent addition of a generic device_detect for MCI devices, the MCI_STARTUP help text is no longer accurate. Reword it, but leave the option as-is as some boards may be broken if we drop the option (e.g. because they still depend on a probe order or call default_environment_path_set, but don't explicitly detect the device). Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 60c60ceaa5..6ae1e81252 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -12,12 +12,12 @@ if MCI
comment "--- Feature list ---"
config MCI_STARTUP
- bool "Probe on system start"
+ bool "Force probe on system start"
help
- Say 'y' here if the MCI framework should probe for attached MCI cards
- on system start up. This is required if the card carries barebox's
- environment (for example on systems where the MCI card is the sole
- bootmedia). Otherwise probing run on demand with "mci*.probe=1"
+ Say 'y' here if the MCI framework should always probe for all attached
+ MCI cards on system start up. This may required for some legacy boards.
+ When this is 'n', probing happens on demand either with "mci*.probe=1"
+ or with driver/board code calling device_detect.
config MCI_INFO
bool "MCI Info"