Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] MIPS: Only include arch/mips/cavium-octeon/Kconfig if CPU_CAVIUM_OCTEON
@ 2011-02-17 18:02 David Daney
  2011-02-18  1:52 ` David Daney
  0 siblings, 1 reply; 2+ messages in thread
From: David Daney @ 2011-02-17 18:02 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: David Daney, Antony Pavlov

Instead of making each Octeon specific option depend on
CPU_CAVIUM_OCTEON, just quit including cavium-octeon/Kconfig if it is
not applicable.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Cc: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/mips/Kconfig               |    4 ++++
 arch/mips/cavium-octeon/Kconfig |    3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index bd7b64d..b0a1cb3 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -748,7 +748,11 @@ source "arch/mips/sgi-ip27/Kconfig"
 source "arch/mips/sibyte/Kconfig"
 source "arch/mips/txx9/Kconfig"
 source "arch/mips/vr41xx/Kconfig"
+
+if CPU_CAVIUM_OCTEON
 source "arch/mips/cavium-octeon/Kconfig"
+endif
+
 source "arch/mips/loongson/Kconfig"
 
 endmenu
diff --git a/arch/mips/cavium-octeon/Kconfig b/arch/mips/cavium-octeon/Kconfig
index caae228..3dab0ec 100644
--- a/arch/mips/cavium-octeon/Kconfig
+++ b/arch/mips/cavium-octeon/Kconfig
@@ -1,6 +1,5 @@
 config CAVIUM_OCTEON_SPECIFIC_OPTIONS
 	bool "Enable Octeon specific options"
-	depends on CPU_CAVIUM_OCTEON
 	default "y"
 
 config CAVIUM_CN63XXP1
@@ -93,7 +92,6 @@ config CAVIUM_OCTEON_LOCK_L2_MEMCPY
 config ARCH_SPARSEMEM_ENABLE
 	def_bool y
 	select SPARSEMEM_STATIC
-	depends on CPU_CAVIUM_OCTEON
 
 config CAVIUM_OCTEON_HELPER
 	def_bool y
@@ -107,6 +105,5 @@ config NEED_SG_DMA_LENGTH
 
 config SWIOTLB
 	def_bool y
-	depends on CPU_CAVIUM_OCTEON
 	select IOMMU_HELPER
 	select NEED_SG_DMA_LENGTH
-- 
1.7.2.3

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

end of thread, other threads:[~2011-02-18  1:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 18:02 [PATCH] MIPS: Only include arch/mips/cavium-octeon/Kconfig if CPU_CAVIUM_OCTEON David Daney
2011-02-18  1:52 ` David Daney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox