diff options
author | Christoph Hellwig <hch@lst.de> | 2018-11-15 20:05:36 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-23 11:46:13 +0900 |
commit | 1753d50c9fdc39338d90ed246fc99f9a0efc35c3 (patch) | |
tree | 76e6917a90d16411e9529c790d570e9c0a1f8d59 /drivers/Kconfig | |
parent | 8fb71ef9b91d6c89b22ea9430c231e988d88f688 (diff) | |
download | linux-1753d50c9fdc39338d90ed246fc99f9a0efc35c3.tar.gz linux-1753d50c9fdc39338d90ed246fc99f9a0efc35c3.tar.bz2 linux-1753d50c9fdc39338d90ed246fc99f9a0efc35c3.zip |
rapidio: consolidate RAPIDIO config entry in drivers/rapidio
There is no good reason to duplicate the RAPIDIO menu in various
architectures. Instead provide a selectable HAVE_RAPIDIO symbol
that indicates native availability of RAPIDIO support and the handle
the rest in drivers/pci. This also means we now provide support
for PCI(e) to Rapidio bridges for every architecture instead of a
limited subset.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 58ee88c36cf5..065d308fcb00 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -6,6 +6,7 @@ menu "Device Drivers" source "drivers/amba/Kconfig" source "drivers/pci/Kconfig" source "drivers/pcmcia/Kconfig" +source "drivers/rapidio/Kconfig" source "drivers/base/Kconfig" |