diff options
author | MaJun <majun258@linux.alibaba.com> | 2020-01-27 03:56:21 +0100 |
---|---|---|
committer | Guo Ren <guoren@linux.alibaba.com> | 2020-02-21 08:43:25 +0100 |
commit | 5b49c82dadfe0f3741778f57385f964ec1514863 (patch) | |
tree | 638078189f9c04cd55b7657be9f038d6e053165f /arch/csky/Kconfig | |
parent | csky: Minimize defconfig to support buildroot config.fragment (diff) | |
download | linux-5b49c82dadfe0f3741778f57385f964ec1514863.tar.xz linux-5b49c82dadfe0f3741778f57385f964ec1514863.zip |
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/Kconfig | 5 |
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 |