Re: [RESEND PATCH 6/6] arm64: enable RapidIO menu in Kconfig

2018-08-02 Thread Alexei Colin
On Thu, Aug 02, 2018 at 06:54:21AM -0700, Christoph Hellwig wrote: > On Thu, Aug 02, 2018 at 09:45:44AM -0400, Alexei Colin wrote: > > If I move RapidIO option to drivers/Kconfig, then it won't appear under > > the Bus Options/System Support menu, along with other choices for the

Re: [RESEND PATCH 6/6] arm64: enable RapidIO menu in Kconfig

2018-08-02 Thread Alexei Colin
On Thu, Aug 02, 2018 at 10:57:00AM +0200, Geert Uytterhoeven wrote: > On Wed, Aug 1, 2018 at 3:16 PM Alex Bounine wrote: > > On 2018-08-01 05:54 AM, Christoph Hellwig wrote: > > > On Tue, Jul 31, 2018 at 10:29:54AM -0400, Alexei Colin wrote: > > >> Platforms

[RESEND PATCH 5/6] arm: enable RapidIO menu in Kconfig

2018-07-31 Thread Alexei Colin
infradead.org Signed-off-by: Alexei Colin --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index afe350e5e3d9..602a61324890 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1278,6 +1278,8 @@ config PCI_HOST_ITE8152 source

[RESEND PATCH 6/6] arm64: enable RapidIO menu in Kconfig

2018-07-31 Thread Alexei Colin
ps.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org, Signed-off-by: Alexei Colin --- arch/arm64/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index a8f0c74e6f7f..5e8cf90505ec 100644 --- a/arch/arm64/Kconfig +++

[RESEND PATCH 4/6] mips: factor out RapidIO Kconfig entry

2018-07-31 Thread Alexei Colin
ernel.org Signed-off-by: Alexei Colin --- arch/mips/Kconfig | 11 --- 1 file changed, 11 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 10256056647c..92b9262ee731 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -3106,17 +3106,6 @@ config ZONE_DMA32 source &qu

[RESEND PATCH 3/6] powerpc: factor out RapidIO Kconfig menu entry

2018-07-31 Thread Alexei Colin
Cc: linux-m...@linux-mips.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Alexei Colin --- arch/powerpc/Kconfig | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 25d005

[RESEND PATCH 2/6] x86: factor out RapidIO Kconfig menu

2018-07-31 Thread Alexei Colin
The menu entry is now defined in the rapidio subtree. Cc: Andrew Morton Cc: Russell King Cc: John Paul Walters Cc: x...@kernel.org Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-m...@linux-mips.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Alexei

[RESEND PATCH 1/6] rapidio: define top Kconfig menu in driver subtree

2018-07-31 Thread Alexei Colin
@lists.ozlabs.org Cc: linux-m...@linux-mips.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Alexei Colin --- drivers/rapidio/Kconfig | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/rapidio/Kconfig b/drivers/rapidio/Kconfig index

[RESEND PATCH 0/6] rapidio: move Kconfig menu definition to subsystem

2018-07-31 Thread Alexei Colin
n for also selecting the RapdiIO subsystem for compilation with COMPILE_TEST, but hope to address it in a separate patchset, localized to the subsystem, since it will need to change depends on all drivers, not just on the top level, and since this patch now spans multiple architectures. Alexei

[PATCH 0/6] rapidio: move Kconfig menu definition to subsystem

2018-07-30 Thread Alexei Colin
, not just on the top level, and since this patch now spans multiple architectures. Alexei Colin (6): rapidio: define top Kconfig menu in driver subtree x86: factor out RapidIO Kconfig menu powerpc: factor out RapidIO Kconfig menu entry mips: factor out RapidIO Kconfig entry arm: enable RapidIO

[PATCH 3/6] powerpc: factor out RapidIO Kconfig menu entry

2018-07-30 Thread Alexei Colin
. Platforms without a PCI bus that might include a RapidIO IP block will need to "select HAS_RAPIDIO" in the platform-/machine-specific "config ARCH_*" Kconfig entry. Cc: Andrew Morton Cc: John Paul Walters Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-ker...@vger.kernel.org S