Re: [PATCH] arm64: enable RapidIO config options in Kconfig

2018-07-24 Thread Randy Dunlap
On 07/24/2018 08:14 AM, Will Deacon wrote: > On Tue, Jul 24, 2018 at 09:45:14AM -0400, Alexei Colin wrote: >> ARM64 SoCs with a PCI bus present the RapiodIO options; SoCs with >> RapidIO IP blocks but without a PCI bus, need to select HAS_RAPIDIO in >> Kconfig.platforms. >> >> HAS_RAPIDIO was chose

Re: [PATCH] arm64: enable RapidIO config options in Kconfig

2018-07-24 Thread Will Deacon
On Tue, Jul 24, 2018 at 09:45:14AM -0400, Alexei Colin wrote: > ARM64 SoCs with a PCI bus present the RapiodIO options; SoCs with > RapidIO IP blocks but without a PCI bus, need to select HAS_RAPIDIO in > Kconfig.platforms. > > HAS_RAPIDIO was chosen over HAVE_RAPIDIO to be consistent with > other

[PATCH] arm64: enable RapidIO config options in Kconfig

2018-07-24 Thread Alexei Colin
ARM64 SoCs with a PCI bus present the RapiodIO options; SoCs with RapidIO IP blocks but without a PCI bus, need to select HAS_RAPIDIO in Kconfig.platforms. HAS_RAPIDIO was chosen over HAVE_RAPIDIO to be consistent with other architectures which already define this flag (powerpc). Signed-off-by: A