[kernel] r21718 - dists/trunk/linux/debian/config/armel
Ben Hutchings
benh at moszumanska.debian.org
Sat Aug 9 18:05:15 UTC 2014
Author: benh
Date: Sat Aug 9 18:05:15 2014
New Revision: 21718
Log:
[armel/orion5x] Disable SUSPEND, HIBERNATION and PM_RUNTIME
These seem to have been impossible to enable before 3.16. We need
to keep them disabled to avoid blowing up the kernel image size.
Modified:
dists/trunk/linux/debian/config/armel/config-reduced
Modified: dists/trunk/linux/debian/config/armel/config-reduced
==============================================================================
--- dists/trunk/linux/debian/config/armel/config-reduced Sat Aug 9 18:03:25 2014 (r21717)
+++ dists/trunk/linux/debian/config/armel/config-reduced Sat Aug 9 18:05:15 2014 (r21718)
@@ -32,6 +32,13 @@
# CONFIG_PCI_QUIRKS is not set
##
+## file: kernel/power/Kconfig
+##
+# CONFIG_SUSPEND is not set
+# CONFIG_HIBERNATION is not set
+# CONFIG_PM_RUNTIME is not set
+
+##
## file: kernel/trace/Kconfig
##
# CONFIG_FTRACE is not set
More information about the Kernel-svn-changes
mailing list