forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/powerpc/sysdev/Kconfig
....@@ -1,24 +1,21 @@
11 # SPDX-License-Identifier: GPL-2.0
22 # For a description of the syntax of this configuration file,
3
-# see Documentation/kbuild/kconfig-language.txt.
3
+# see Documentation/kbuild/kconfig-language.rst.
44 #
55
66 config PPC4xx_PCI_EXPRESS
77 bool
88 depends on PCI && 4xx
9
- default n
109
1110 config PPC4xx_HSTA_MSI
1211 bool
1312 depends on PCI_MSI
1413 depends on PCI && 4xx
15
- default n
1614
1715 config PPC4xx_MSI
1816 bool
1917 depends on PCI_MSI
2018 depends on PCI && 4xx
21
- default n
2219
2320 config PPC_MSI_BITMAP
2421 bool
....@@ -31,17 +28,8 @@
3128 source "arch/powerpc/sysdev/xics/Kconfig"
3229 source "arch/powerpc/sysdev/xive/Kconfig"
3330
34
-config PPC_SCOM
35
- bool
36
-
37
-config SCOM_DEBUGFS
38
- bool "Expose SCOM controllers via debugfs"
39
- depends on PPC_SCOM && DEBUG_FS
40
- default n
41
-
4231 config GE_FPGA
4332 bool
44
- default n
4533
4634 config FSL_CORENET_RCPM
4735 bool