提交 e9f78e43 编写于 作者: Z Zhou Xuemei 提交者: guzitao

sw64: pci: consolidate PCI config entry in drivers/pci

Sunway inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I56OLG

--------------------------------

According to commit eb01d42a ("PCI: consolidate PCI config entry in
drivers/pci"), use PCI config entry in drivers/pci instead of arch/sw64.
Signed-off-by: NZhou Xuemei <zhouxuemei@wxiat.com>
Signed-off-by: NGu Zitao <guzitao@wxiat.com>
上级 b4aa48d2
...@@ -91,6 +91,8 @@ config SW64 ...@@ -91,6 +91,8 @@ config SW64
select ACPI_REDUCED_HARDWARE_ONLY select ACPI_REDUCED_HARDWARE_ONLY
select GENERIC_TIME_VSYSCALL select GENERIC_TIME_VSYSCALL
select SET_FS select SET_FS
select HAVE_PCI
select GENERIC_PCI_IOMAP if PCI
select PCI_MSI_ARCH_FALLBACKS select PCI_MSI_ARCH_FALLBACKS
select DMA_OPS if PCI select DMA_OPS if PCI
select HAVE_REGS_AND_STACK_ACCESS_API select HAVE_REGS_AND_STACK_ACCESS_API
...@@ -514,17 +516,6 @@ config ISA_DMA_API ...@@ -514,17 +516,6 @@ config ISA_DMA_API
bool bool
default y default y
config PCI
bool "PCI Support"
depends on SW64
select GENERIC_PCI_IOMAP
default y
help
Find out whether you have a PCI motherboard. PCI is the name of a
bus system, i.e. the way the CPU talks to the other stuff inside
your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
VESA. If you have PCI, say Y, otherwise N.
config PCI_DOMAINS config PCI_DOMAINS
def_bool PCI def_bool PCI
...@@ -729,7 +720,6 @@ config HZ ...@@ -729,7 +720,6 @@ config HZ
int "HZ of the short timer" int "HZ of the short timer"
default 500 default 500
source "drivers/pci/Kconfig"
source "drivers/eisa/Kconfig" source "drivers/eisa/Kconfig"
source "drivers/pcmcia/Kconfig" source "drivers/pcmcia/Kconfig"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册