Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / riscv / Kconfig
index 515fc3cc96871ff71d2e2809ca4448821efb071b..b41311f6a94f49a8de9bbd2f9343268f6ce60630 100644 (file)
@@ -49,6 +49,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
@@ -89,14 +90,14 @@ 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