MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBES
authorTiezhu Yang <yangtiezhu@loongson.cn>
Tue, 11 Apr 2023 07:17:47 +0000 (15:17 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 12 Apr 2023 13:08:36 +0000 (15:08 +0200)
Like all the other archs, use def_bool y for ARCH_SUPPORTS_UPROBES,
then no need to select ARCH_SUPPORTS_UPROBES.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kconfig

index 61fca312a2c57ac3fab0a057ee2ece88570fcc17..47944eb5d7e3243215de1d9c21f0477de1448ca9 100644 (file)
@@ -16,7 +16,6 @@ config MIPS
        select ARCH_HAS_UBSAN_SANITIZE_ALL
        select ARCH_HAS_GCOV_PROFILE_ALL
        select ARCH_KEEP_MEMBLOCK
-       select ARCH_SUPPORTS_UPROBES
        select ARCH_USE_BUILTIN_BSWAP
        select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
        select ARCH_USE_MEMTEST
@@ -1059,7 +1058,7 @@ config FW_CFE
        bool
 
 config ARCH_SUPPORTS_UPROBES
-       bool
+       def_bool y
 
 config DMA_NONCOHERENT
        bool