camera rk30/rk2928: add support cif pingpong mode , the driver version is v0.4.15
[firefly-linux-kernel-4.4.55.git] / init / Kconfig
index 412c21b00d513f81269d7860b1a9af1909e0225f..df8ea4f32c45b8a4aae71980dfabcf44eed67fa3 100644 (file)
@@ -132,6 +132,7 @@ config HAVE_KERNEL_LZO
 
 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 || HAVE_KERNEL_XZ || HAVE_KERNEL_LZO
        help
@@ -915,6 +916,12 @@ config SYSCTL
 config ANON_INODES
        bool
 
+config PANIC_TIMEOUT
+       int "Default panic timeout"
+       default 0
+       help
+         Set default panic timeout.
+
 menuconfig EXPERT
        bool "Configure standard kernel features (expert users)"
        help
@@ -1081,6 +1088,15 @@ config SHMEM
          option replaces shmem and tmpfs with the much simpler ramfs code,
          which may be appropriate on small systems without swap.
 
+config ASHMEM
+       bool "Enable the Anonymous Shared Memory Subsystem"
+       default n
+       depends on SHMEM || TINY_SHMEM
+       help
+         The ashmem subsystem is a new shared memory allocator, similar to
+         POSIX SHM but with different behavior and sporting a simpler
+         file-based API.
+
 config AIO
        bool "Enable AIO support" if EXPERT
        default y