diff options
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" |