X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=init%2FKconfig;h=714597c6f8426c85227892c1b1c9eabdd42bf0e1;hb=8f7869622da7c563da99e4e96bc4c4cf63d8d96a;hp=ab5c64801fe50ab21dc3ae7db263f5f19a99ad56;hpb=1486b2014a1276b0134c774eddd79fd91352b791;p=firefly-linux-kernel-4.4.55.git diff --git a/init/Kconfig b/init/Kconfig index ab5c64801fe5..714597c6f842 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -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.