summaryrefslogtreecommitdiffstats
path: root/arch/csky/Kconfig
diff options
context:
space:
mode:
authorMaJun <majun258@linux.alibaba.com>2020-01-27 10:56:21 +0800
committerGuo Ren <guoren@linux.alibaba.com>2020-02-21 15:43:25 +0800
commit5b49c82dadfe0f3741778f57385f964ec1514863 (patch)
tree638078189f9c04cd55b7657be9f038d6e053165f /arch/csky/Kconfig
parentdc2efc0028dd5c4bf0f7324806c9a196958aaad3 (diff)
csky: Add PCI support
Add the pci related code for csky arch to support basic pci virtual function, such as qemu virt-pci-9pfs. Signed-off-by: MaJun <majun258@linux.alibaba.com> Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Diffstat (limited to 'arch/csky/Kconfig')
-rw-r--r--arch/csky/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index bf246b036dee..72b2999a889a 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -58,6 +58,11 @@ config CSKY
select TIMER_OF
select USB_ARCH_HAS_EHCI
select USB_ARCH_HAS_OHCI
+ select GENERIC_PCI_IOMAP
+ select HAVE_PCI
+ select PCI_DOMAINS_GENERIC if PCI
+ select PCI_SYSCALL if PCI
+ select PCI_MSI if PCI
config CPU_HAS_CACHEV2
bool