X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=init%2FKconfig;h=714597c6f8426c85227892c1b1c9eabdd42bf0e1;hb=8f7869622da7c563da99e4e96bc4c4cf63d8d96a;hp=9e03ef8b311ec303b7fd1f70cc21021620100171;hpb=e0a2af1e60ae89b18ef3afbf655f096564751045;p=firefly-linux-kernel-4.4.55.git diff --git a/init/Kconfig b/init/Kconfig index 9e03ef8b311e..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,6 +1099,16 @@ config SLOW_WORK See Documentation/slow-work.txt. +config SLOW_WORK_DEBUG + bool "Slow work debugging through debugfs" + default n + depends on SLOW_WORK && DEBUG_FS + help + Display the contents of the slow work run queue through debugfs, + including items currently executing. + + See Documentation/slow-work.txt. + endmenu # General setup config HAVE_GENERIC_DMA_COHERENT