aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2014-07-21 22:07:56 -0400
committerBrian Norris <computersforpeace@gmail.com>2014-08-19 14:53:09 -0400
commit7a6f43958a53020f85818ff5c895623e88781fd6 (patch)
tree7669767c06ff8a1c0fab9941bf5b309b683001ec
parentb033e1aac9afd314add799b6cd2a5489f892757f (diff)
mtd: maps: solutionengine: drop excess dependency
Already depends on SOLUTION_ENGINE, so we don't need the SUPERH dependency too. Signed-off-by: Brian Norris <computersforpeace@gmail.com>
-rw-r--r--drivers/mtd/maps/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 21b2874a303b..ba801d2c6dcc 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -249,7 +249,7 @@ config MTD_CFI_FLAGADM
249 249
250config MTD_SOLUTIONENGINE 250config MTD_SOLUTIONENGINE
251 tristate "CFI Flash device mapped on Hitachi SolutionEngine" 251 tristate "CFI Flash device mapped on Hitachi SolutionEngine"
252 depends on SUPERH && SOLUTION_ENGINE && MTD_CFI && MTD_REDBOOT_PARTS 252 depends on SOLUTION_ENGINE && MTD_CFI && MTD_REDBOOT_PARTS
253 help 253 help
254 This enables access to the flash chips on the Hitachi SolutionEngine and 254 This enables access to the flash chips on the Hitachi SolutionEngine and
255 similar boards. Say 'Y' if you are building a kernel for such a board. 255 similar boards. Say 'Y' if you are building a kernel for such a board.