summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-04-07 17:40:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-04-11 15:57:51 +0200
commit64cc568eda4c72d5e1fc05b5fc3a3792a8f7c22e (patch)
tree46a470e4ee8a921f21e08fe2e98b38e1d9f0188b /drivers/mci/Kconfig
parent99b9ca240ddccf63ab0e3eefbcf5e466220bb7c0 (diff)
downloadbarebox-64cc568eda4c72d5e1fc05b5fc3a3792a8f7c22e.tar.gz
barebox-64cc568eda4c72d5e1fc05b5fc3a3792a8f7c22e.tar.xz
mci: make write support optional
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Kconfig')
-rw-r--r--drivers/mci/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 9cb7eb6f85..cfed72f71d 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -25,6 +25,11 @@ config MCI_INFO
This entry adds more info about the attached MCI card, when the
'devinfo' command is used on the mci device.
+config MCI_WRITE
+ bool "Support writing to MCI cards"
+ default y
+ select ATA_WRITE
+
comment "--- MCI host drivers ---"
config MCI_MXS