Skip to content

Commit f5748b8

Browse files
seehearfeeltsbogend
authored andcommitted
MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBES
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>
1 parent ee1809e commit f5748b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/mips/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ config MIPS
1616
select ARCH_HAS_UBSAN_SANITIZE_ALL
1717
select ARCH_HAS_GCOV_PROFILE_ALL
1818
select ARCH_KEEP_MEMBLOCK
19-
select ARCH_SUPPORTS_UPROBES
2019
select ARCH_USE_BUILTIN_BSWAP
2120
select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
2221
select ARCH_USE_MEMTEST
@@ -1059,7 +1058,7 @@ config FW_CFE
10591058
bool
10601059

10611060
config ARCH_SUPPORTS_UPROBES
1062-
bool
1061+
def_bool y
10631062

10641063
config DMA_NONCOHERENT
10651064
bool

0 commit comments

Comments
 (0)