aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2014-12-15 23:10:39 -0500
committerChris Zankel <chris@zankel.net>2014-12-15 23:10:39 -0500
commit2cb54e8493615484fd3e29f1f51d96201706b419 (patch)
tree00a5e7ce228628d5850a9de397eba8d2f2ade0b9 /arch/xtensa/Kconfig
parent865566ed33f08637c3486b4d301e96a9064ad2eb (diff)
parentff009ab6d4d4581b62fa055ab6233133aca25ab8 (diff)
Merge tag 'xtensa-for-next-20141213' of git://github.com/jcmvbkbc/linux-xtensa into for_next
Xtensa improvements for 3.19: - fix permissions for kmapped pages so that copy_to_user_page works with them; - add power management menu to Kconfig to allow use of runtime PM.
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 8cdbc4cc830c..e31d4949124a 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -436,6 +436,12 @@ source "fs/Kconfig.binfmt"
436 436
437endmenu 437endmenu
438 438
439menu "Power management options"
440
441source "kernel/power/Kconfig"
442
443endmenu
444
439source "net/Kconfig" 445source "net/Kconfig"
440 446
441source "drivers/Kconfig" 447source "drivers/Kconfig"