diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-07-21 19:07:56 -0700 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-08-19 11:53:09 -0700 |
commit | 7a6f43958a53020f85818ff5c895623e88781fd6 (patch) | |
tree | 7669767c06ff8a1c0fab9941bf5b309b683001ec /drivers/mtd | |
parent | b033e1aac9afd314add799b6cd2a5489f892757f (diff) | |
download | linux-stable-7a6f43958a53020f85818ff5c895623e88781fd6.tar.gz linux-stable-7a6f43958a53020f85818ff5c895623e88781fd6.tar.bz2 linux-stable-7a6f43958a53020f85818ff5c895623e88781fd6.zip |
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>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 2 |
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 config MTD_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 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. |