diff options
author | Karl Beldan <karl.beldan@gmail.com> | 2010-06-12 06:25:13 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-08-02 04:02:00 -0400 |
commit | 1df620637fc3b252b69c92ced486b5b6b643dd1a (patch) | |
tree | fcc10fcfd2f9a7d876b9bac5e609ad559925e967 /drivers/mtd/nand/Kconfig | |
parent | 6175f4a194653fad46218167fac05386972d995c (diff) |
mtd: denali: add Kconfig dependency
Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 4d4066f315be..1d69920a2c93 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -60,6 +60,7 @@ config MTD_NAND_DENALI | |||
60 | config MTD_NAND_DENALI_SCRATCH_REG_ADDR | 60 | config MTD_NAND_DENALI_SCRATCH_REG_ADDR |
61 | hex "Denali NAND size scratch register address" | 61 | hex "Denali NAND size scratch register address" |
62 | default "0xFF108018" | 62 | default "0xFF108018" |
63 | depends on MTD_NAND_DENALI | ||
63 | help | 64 | help |
64 | Some platforms place the NAND chip size in a scratch register | 65 | Some platforms place the NAND chip size in a scratch register |
65 | because (some versions of) the driver aren't able to automatically | 66 | because (some versions of) the driver aren't able to automatically |