diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 824140d6cd27..4a22c9928618 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -405,6 +405,10 @@ config CMDLINE | |||
405 | most cases you will need to specify the root device here. | 405 | most cases you will need to specify the root device here. |
406 | 406 | ||
407 | if !44x || BROKEN | 407 | if !44x || BROKEN |
408 | config ARCH_WANTS_FREEZER_CONTROL | ||
409 | def_bool y | ||
410 | depends on ADB_PMU | ||
411 | |||
408 | source kernel/power/Kconfig | 412 | source kernel/power/Kconfig |
409 | endif | 413 | endif |
410 | 414 | ||