linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mips: rapidio: Drop dependency on PCI
@ 2017-01-17 17:37 Alexander Sverdlin
  2017-01-17 17:37 ` Alexander Sverdlin
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Sverdlin @ 2017-01-17 17:37 UTC (permalink / raw)
  Cc: Alexander Sverdlin, Alexander Sverdlin, linux-mips

From: Alexander Sverdlin <alexander.sverdlin@nsn.com>

Cavium Octeon is an example of the SoC where RAPIDIO works without PCI.
So drop the unnecessary dependency.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Cc: linux-mips@linux-mips.org
---
 arch/mips/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index b3c5bde43d34..a97fbd6cbe0a 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -3089,7 +3089,6 @@ source "drivers/pcmcia/Kconfig"
 
 config RAPIDIO
 	tristate "RapidIO support"
-	depends on PCI
 	default n
 	help
 	  If you say Y here, the kernel will include drivers and
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] mips: rapidio: Drop dependency on PCI
  2017-01-17 17:37 [PATCH] mips: rapidio: Drop dependency on PCI Alexander Sverdlin
@ 2017-01-17 17:37 ` Alexander Sverdlin
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Sverdlin @ 2017-01-17 17:37 UTC (permalink / raw)
  Cc: Alexander Sverdlin, Alexander Sverdlin, linux-mips

From: Alexander Sverdlin <alexander.sverdlin@nsn.com>

Cavium Octeon is an example of the SoC where RAPIDIO works without PCI.
So drop the unnecessary dependency.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Cc: linux-mips@linux-mips.org
---
 arch/mips/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index b3c5bde43d34..a97fbd6cbe0a 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -3089,7 +3089,6 @@ source "drivers/pcmcia/Kconfig"
 
 config RAPIDIO
 	tristate "RapidIO support"
-	depends on PCI
 	default n
 	help
 	  If you say Y here, the kernel will include drivers and
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] mips: rapidio: Drop dependency on PCI
  2018-07-13 13:51 Alexander Sverdlin
@ 2018-07-20  0:33 ` Alexandre Bounine
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Bounine @ 2018-07-20  0:33 UTC (permalink / raw)
  To: Alexander Sverdlin, linux-mips
  Cc: Ralf Baechle, Paul Burton, James Hogan, Matt Porter



On 2018-07-13 09:51 AM, Alexander Sverdlin wrote:
> Cavium Octeon is an example of the SoC where RAPIDIO works without PCI.
> So drop the unnecessary dependency.
> 
> Signed-off-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
> ---
>   arch/mips/Kconfig | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index 08c10c518f83..ac8a63d02391 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -3117,7 +3117,6 @@ source "drivers/pcmcia/Kconfig"
>   
>   config RAPIDIO
>   	tristate "RapidIO support"
> -	depends on PCI
>   	default n
>   	help
>   	  If you say Y here, the kernel will include drivers and
> 
Please consider using approach similar to config options in arch/powerpc 
branch (search for HAS_RAPIDIO). This will allow better handling of SoC 
configurations, e.g. forcing built-in code instead of building a module.
Also it will keep the same style for supported architectures. ARM uses 
the same as well - patch is on its way.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] mips: rapidio: Drop dependency on PCI
@ 2018-07-13 13:51 Alexander Sverdlin
  2018-07-20  0:33 ` Alexandre Bounine
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Sverdlin @ 2018-07-13 13:51 UTC (permalink / raw)
  To: linux-mips
  Cc: Alexander Sverdlin, Ralf Baechle, Paul Burton, James Hogan,
	Matt Porter, Alexandre Bounine

Cavium Octeon is an example of the SoC where RAPIDIO works without PCI.
So drop the unnecessary dependency.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
---
 arch/mips/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 08c10c518f83..ac8a63d02391 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -3117,7 +3117,6 @@ source "drivers/pcmcia/Kconfig"
 
 config RAPIDIO
 	tristate "RapidIO support"
-	depends on PCI
 	default n
 	help
 	  If you say Y here, the kernel will include drivers and
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-20  0:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17 17:37 [PATCH] mips: rapidio: Drop dependency on PCI Alexander Sverdlin
2017-01-17 17:37 ` Alexander Sverdlin
2018-07-13 13:51 Alexander Sverdlin
2018-07-20  0:33 ` Alexandre Bounine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).