Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
[linux-2.6-block.git] / arch / riscv / Kconfig
index 51b9c97751bfea76a46f2070b81d717c99d4084e..eb56c82d8aa14caf0e6f5507102dd22fb208b9ac 100644 (file)
@@ -48,6 +48,7 @@ config RISCV
        select RISCV_TIMER
        select GENERIC_IRQ_MULTI_HANDLER
        select ARCH_HAS_PTE_SPECIAL
+       select HAVE_EBPF_JIT if 64BIT
 
 config MMU
        def_bool y
@@ -88,21 +89,21 @@ config GENERIC_CSUM
 config GENERIC_HWEIGHT
        def_bool y
 
+config FIX_EARLYCON_MEM
+       def_bool y
+
 config PGTABLE_LEVELS
        int
        default 3 if 64BIT
        default 2
 
-config HAVE_KPROBES
-       def_bool n
-
 menu "Platform type"
 
 choice
        prompt "Base ISA"
        default ARCH_RV64I
        help
-         This selects the base ISA that this kernel will traget and must match
+         This selects the base ISA that this kernel will target and must match
          the target platform.
 
 config ARCH_RV32I