diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9619c43783ff..16b82e1272b0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -939,7 +939,8 @@ config KEXEC | |||
939 | 939 | ||
940 | config ATAGS_PROC | 940 | config ATAGS_PROC |
941 | bool "Export atags in procfs" | 941 | bool "Export atags in procfs" |
942 | default n | 942 | depends on KEXEC |
943 | default y | ||
943 | help | 944 | help |
944 | Should the atags used to boot the kernel be exported in an "atags" | 945 | Should the atags used to boot the kernel be exported in an "atags" |
945 | file in procfs. Useful with kexec. | 946 | file in procfs. Useful with kexec. |