diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2016-06-02 20:06:27 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-07-09 20:38:05 -0400 |
commit | ef158bdf837406a4b5f44524367d11d44da2bdf2 (patch) | |
tree | 50c3222f644928a0db872abaad129e94c1ba1c68 /drivers/mtd | |
parent | 95193796256cfce16e5d881318e15b6b04062c15 (diff) |
mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POS
This has been unused, except as the condition for a fatal error, since
commit c13cbf3b5086 ("[MTD] mtdram: Quick cleanup of the driver:") in
2.6.13 (!).
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/devices/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index f73c41697a00..5a1d0dc71495 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig | |||
@@ -171,18 +171,6 @@ config MTDRAM_ERASE_SIZE | |||
171 | as a module, it is also possible to specify this as a parameter when | 171 | as a module, it is also possible to specify this as a parameter when |
172 | loading the module. | 172 | loading the module. |
173 | 173 | ||
174 | #If not a module (I don't want to test it as a module) | ||
175 | config MTDRAM_ABS_POS | ||
176 | hex "SRAM Hexadecimal Absolute position or 0" | ||
177 | depends on MTD_MTDRAM=y | ||
178 | default "0" | ||
179 | help | ||
180 | If you have system RAM accessible by the CPU but not used by Linux | ||
181 | in normal operation, you can give the physical address at which the | ||
182 | available RAM starts, and the MTDRAM driver will use it instead of | ||
183 | allocating space from Linux's available memory. Otherwise, leave | ||
184 | this set to zero. Most people will want to leave this as zero. | ||
185 | |||
186 | config MTD_BLOCK2MTD | 174 | config MTD_BLOCK2MTD |
187 | tristate "MTD using block device" | 175 | tristate "MTD using block device" |
188 | depends on BLOCK | 176 | depends on BLOCK |