diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-09 05:54:47 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 09:45:25 +0300 |
commit | 187c26ddf0b201aeb7e343be19a3da72eef19db4 (patch) | |
tree | 37fa5d2c3e281146a0046e16de73115dd3c8ef67 /arch/mips/ralink | |
parent | b96e6e9fd296b85dbbd863157d00994711924b70 (diff) | |
download | linux-187c26ddf0b201aeb7e343be19a3da72eef19db4.tar.xz |
MIPS: ralink: add rt2880 pci driver
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/8034/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ralink')
-rw-r--r-- | arch/mips/ralink/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig index 699b75dafd7a..b1c52ca580f9 100644 --- a/arch/mips/ralink/Kconfig +++ b/arch/mips/ralink/Kconfig @@ -16,6 +16,7 @@ choice config SOC_RT288X bool "RT288x" select MIPS_L1_CACHE_SHIFT_4 + select HW_HAS_PCI config SOC_RT305X bool "RT305x" |