Commit 7a6f4395 authored by Brian Norris's avatar Brian Norris

mtd: maps: solutionengine: drop excess dependency

Already depends on SOLUTION_ENGINE, so we don't need the SUPERH
dependency too.
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent b033e1aa
...@@ -249,7 +249,7 @@ config MTD_CFI_FLAGADM ...@@ -249,7 +249,7 @@ config MTD_CFI_FLAGADM
config MTD_SOLUTIONENGINE config MTD_SOLUTIONENGINE
tristate "CFI Flash device mapped on Hitachi SolutionEngine" tristate "CFI Flash device mapped on Hitachi SolutionEngine"
depends on SUPERH && SOLUTION_ENGINE && MTD_CFI && MTD_REDBOOT_PARTS depends on SOLUTION_ENGINE && MTD_CFI && MTD_REDBOOT_PARTS
help help
This enables access to the flash chips on the Hitachi SolutionEngine and This enables access to the flash chips on the Hitachi SolutionEngine and
similar boards. Say 'Y' if you are building a kernel for such a board. similar boards. Say 'Y' if you are building a kernel for such a board.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment