summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-02-26 12:17:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-06 10:17:52 +0200
commit81b52d93cb03ddd6e4921a2f93897c43f82d192a (patch)
tree1206f6208add65416a2121697c23a02bab0bb9ab /commands/Kconfig
parent1d88c6697722806d6c16bfadffb7c3c4d666e8e5 (diff)
downloadbarebox-81b52d93cb03ddd6e4921a2f93897c43f82d192a.tar.gz
barebox-81b52d93cb03ddd6e4921a2f93897c43f82d192a.tar.xz
remove now unused libmtd
The only user of libmtd was ubiformat which now uses the mtd-peb API, so remove the now unused libmtd. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 9519a44cfc..172439154d 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -694,7 +694,6 @@ config CMD_UBI
config CMD_UBIFORMAT
tristate
depends on MTD_UBI
- select LIBMTD
select LIBSCAN
select LIBUBIGEN
prompt "ubiformat"