diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-04-25 14:27:08 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-05-08 19:51:40 +0900 |
commit | e35e283fa065f4c420d9469b2d87ec2e0180b784 (patch) | |
tree | 4a9b4bf422c07a6632eddc8afc250aeb85ca317e | |
parent | f5f826c685464301e4316a9321eb95801c653158 (diff) | |
download | kernel_samsung_smdk4412-e35e283fa065f4c420d9469b2d87ec2e0180b784.zip kernel_samsung_smdk4412-e35e283fa065f4c420d9469b2d87ec2e0180b784.tar.gz kernel_samsung_smdk4412-e35e283fa065f4c420d9469b2d87ec2e0180b784.tar.bz2 |
mtd: solutionengine flash map depends on solution engine mach group.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-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 7b031ac..17bc87a 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -374,7 +374,7 @@ config MTD_REDWOOD config MTD_SOLUTIONENGINE tristate "CFI Flash device mapped on Hitachi SolutionEngine" - depends on SUPERH && MTD_CFI && MTD_REDBOOT_PARTS + depends on SUPERH && 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. |