diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-01-19 04:13:14 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-07-07 10:38:36 -0400 |
commit | 73a65b3f8587fa1c83768515ecc0bf6fa44ccdd1 (patch) | |
tree | 89a93172ce10f0e965c02b4a14aa55475ef88673 /arch/arm/Kconfig | |
parent | 8d68fe7029ed2631363f6f37155586c0707b8dc0 (diff) |
ARM: deprecate support for old way to pass kernel parameters
This was deprecated in 2001 and announced to live on for 5 years.
For now provide a kernel parameter for those who still need it.
Acked-by: Eric Miao <eric.miao@canonical.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1f254bd6c937..a53ac6570b66 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1374,6 +1374,12 @@ config UACCESS_WITH_MEMCPY | |||
1374 | However, if the CPU data cache is using a write-allocate mode, | 1374 | However, if the CPU data cache is using a write-allocate mode, |
1375 | this option is unlikely to provide any performance gain. | 1375 | this option is unlikely to provide any performance gain. |
1376 | 1376 | ||
1377 | config DEPRECATED_PARAM_STRUCT | ||
1378 | bool "Provide old way to pass kernel parameters" | ||
1379 | help | ||
1380 | This was deprecated in 2001 and announced to live on for 5 years. | ||
1381 | Some old boot loaders still use this way. | ||
1382 | |||
1377 | endmenu | 1383 | endmenu |
1378 | 1384 | ||
1379 | menu "Boot options" | 1385 | menu "Boot options" |