Revert "Add build option to to set the default panic timeout."
[firefly-linux-kernel-4.4.55.git] / init / Kconfig
index ab5c64801fe50ab21dc3ae7db263f5f19a99ad56..714597c6f8426c85227892c1b1c9eabdd42bf0e1 100644 (file)
@@ -117,6 +117,7 @@ config HAVE_KERNEL_LZMA
 
 choice
        prompt "Kernel compression mode"
+       default KERNEL_LZO if ARCH_RK29
        default KERNEL_GZIP
        depends on HAVE_KERNEL_GZIP || HAVE_KERNEL_BZIP2 || HAVE_KERNEL_LZMA
        help
@@ -606,7 +607,7 @@ config SYSFS_DEPRECATED
        bool
 
 config SYSFS_DEPRECATED_V2
-       bool "remove sysfs features which may confuse old userspace tools"
+       bool "enable deprecated sysfs features which may confuse old userspace tools"
        depends on SYSFS
        default n
        select SYSFS_DEPRECATED
@@ -1098,12 +1099,12 @@ config SLOW_WORK
 
          See Documentation/slow-work.txt.
 
-config SLOW_WORK_PROC
-       bool "Slow work debugging through /proc"
+config SLOW_WORK_DEBUG
+       bool "Slow work debugging through debugfs"
        default n
-       depends on SLOW_WORK && PROC_FS
+       depends on SLOW_WORK && DEBUG_FS
        help
-         Display the contents of the slow work run queue through /proc,
+         Display the contents of the slow work run queue through debugfs,
          including items currently executing.
 
          See Documentation/slow-work.txt.