Kconfig (ecd740c6f2f092b90b95fa35f757973589eaaca2) Kconfig (e2c37d908336dc27c8b405f063c2a163124947fa)
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5config PPC4xx_PCI_EXPRESS
6 bool
7 depends on PCI && 4xx
8 default n
9
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5config PPC4xx_PCI_EXPRESS
6 bool
7 depends on PCI && 4xx
8 default n
9
10config PPC4xx_HSTA_MSI
11 bool
12 depends on PCI_MSI
13 depends on PCI && 4xx
14 default n
15
10config PPC4xx_MSI
11 bool
12 depends on PCI_MSI
13 depends on PCI && 4xx
14 default n
15
16config PPC_MSI_BITMAP
17 bool

--- 19 unchanged lines hidden ---
16config PPC4xx_MSI
17 bool
18 depends on PCI_MSI
19 depends on PCI && 4xx
20 default n
21
22config PPC_MSI_BITMAP
23 bool

--- 19 unchanged lines hidden ---