diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-08-05 13:20:44 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-08-06 12:55:48 -0400 |
commit | f62f73f6caedaa92dc84efeb6de74bec4d23eeba (patch) | |
tree | 0a2f4cd66bdaf41b289230f301fe8c65fab82e3d /arch/tile/Kconfig | |
parent | 1198168733c8d6fbc6898fd8d7fcfb42befabb41 (diff) | |
download | op-kernel-dev-f62f73f6caedaa92dc84efeb6de74bec4d23eeba.zip op-kernel-dev-f62f73f6caedaa92dc84efeb6de74bec4d23eeba.tar.gz |
tile PCI RC: include pci/pcie/Kconfig
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r-- | arch/tile/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index bfff769..e41a381 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -408,6 +408,8 @@ config TILE_PCI_IO source "drivers/pci/Kconfig" +source "drivers/pci/pcie/Kconfig" + config TILE_USB tristate "Tilera USB host adapter support" default y |