diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-07-08 00:39:20 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2013-08-05 16:01:55 -0400 |
commit | 9d40349681ea44d80ef84e7a9eb3786165ba79d1 (patch) | |
tree | 061ae393f3167f3460a3de729f79cc3d8997db06 /drivers/mtd/devices | |
parent | f9827dde2f6a1b64f8241de18ccf5027a636d8f4 (diff) |
mtd: diskonchip: remove unused entries in Kconfig
This patch proposes to remove kernel configuration parameters
defined in drivers/mtd/devices/Kconfig, but used nowhere
in the makefiles and source code (except in comments).
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Acked-by: Kees Cook <keescook@chromium.org>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r-- | drivers/mtd/devices/Kconfig | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index 2a4d55e4b362..74ab4b7e523e 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig | |||
@@ -224,59 +224,4 @@ config BCH_CONST_T | |||
224 | default 4 | 224 | default 4 |
225 | endif | 225 | endif |
226 | 226 | ||
227 | config MTD_DOCPROBE | ||
228 | tristate | ||
229 | select MTD_DOCECC | ||
230 | |||
231 | config MTD_DOCECC | ||
232 | tristate | ||
233 | |||
234 | config MTD_DOCPROBE_ADVANCED | ||
235 | bool "Advanced detection options for DiskOnChip" | ||
236 | depends on MTD_DOCPROBE | ||
237 | help | ||
238 | This option allows you to specify nonstandard address at which to | ||
239 | probe for a DiskOnChip, or to change the detection options. You | ||
240 | are unlikely to need any of this unless you are using LinuxBIOS. | ||
241 | Say 'N'. | ||
242 | |||
243 | config MTD_DOCPROBE_ADDRESS | ||
244 | hex "Physical address of DiskOnChip" if MTD_DOCPROBE_ADVANCED | ||
245 | depends on MTD_DOCPROBE | ||
246 | default "0x0" | ||
247 | ---help--- | ||
248 | By default, the probe for DiskOnChip devices will look for a | ||
249 | DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. | ||
250 | This option allows you to specify a single address at which to probe | ||
251 | for the device, which is useful if you have other devices in that | ||
252 | range which get upset when they are probed. | ||
253 | |||
254 | (Note that on PowerPC, the normal probe will only check at | ||
255 | 0xE4000000.) | ||
256 | |||
257 | Normally, you should leave this set to zero, to allow the probe at | ||
258 | the normal addresses. | ||
259 | |||
260 | config MTD_DOCPROBE_HIGH | ||
261 | bool "Probe high addresses" | ||
262 | depends on MTD_DOCPROBE_ADVANCED | ||
263 | help | ||
264 | By default, the probe for DiskOnChip devices will look for a | ||
265 | DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. | ||
266 | This option changes to make it probe between 0xFFFC8000 and | ||
267 | 0xFFFEE000. Unless you are using LinuxBIOS, this is unlikely to be | ||
268 | useful to you. Say 'N'. | ||
269 | |||
270 | config MTD_DOCPROBE_55AA | ||
271 | bool "Probe for 0x55 0xAA BIOS Extension Signature" | ||
272 | depends on MTD_DOCPROBE_ADVANCED | ||
273 | help | ||
274 | Check for the 0x55 0xAA signature of a DiskOnChip, and do not | ||
275 | continue with probing if it is absent. The signature will always be | ||
276 | present for a DiskOnChip 2000 or a normal DiskOnChip Millennium. | ||
277 | Only if you have overwritten the first block of a DiskOnChip | ||
278 | Millennium will it be absent. Enable this option if you are using | ||
279 | LinuxBIOS or if you need to recover a DiskOnChip Millennium on which | ||
280 | you have managed to wipe the first block. | ||
281 | |||
282 | endmenu | 227 | endmenu |