]> Git Repo - J-linux.git/blob - arch/powerpc/sysdev/xics/Kconfig
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / powerpc / sysdev / xics / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 config PPC_XICS
3         def_bool n
4         select PPC_SMP_MUXED_IPI
5         select HARDIRQS_SW_RESEND
6
7 config PPC_ICP_NATIVE
8         def_bool n
9
10 config PPC_ICP_HV
11         def_bool n
12
13 config PPC_ICS_RTAS
14         def_bool n
15
16 config PPC_ICS_NATIVE
17         def_bool n
This page took 0.029898 seconds and 4 git commands to generate.