x86/efi: Add EFI framebuffer earlyprintk support
[firefly-linux-kernel-4.4.55.git] / arch / Kconfig
index a4429bcd609ec8a3761e064d200d0646c3cae5f1..1feb169274fe613cc5f0360c797668bf84497c4b 100644 (file)
@@ -365,6 +365,9 @@ config HAVE_IRQ_TIME_ACCOUNTING
 config HAVE_ARCH_TRANSPARENT_HUGEPAGE
        bool
 
+config HAVE_ARCH_SOFT_DIRTY
+       bool
+
 config HAVE_MOD_ARCH_SPECIFIC
        bool
        help
@@ -404,6 +407,12 @@ config CLONE_BACKWARDS2
        help
          Architecture has the first two arguments of clone(2) swapped.
 
+config CLONE_BACKWARDS3
+       bool
+       help
+         Architecture has tls passed as the 3rd argument of clone(2),
+         not the 5th one.
+
 config ODD_RT_SIGACTION
        bool
        help