Browse Source

sparc/sparc64: remove non functional samples

Waldemar Brodkorb 4 years ago
parent
commit
c206dd65b2

+ 2 - 4
target/linux/config/Config.in.graphics

@@ -298,14 +298,12 @@ config ADK_LINUX_KERNEL_FB_BCM2708
 	  Framebuffer support for BCM28XX boards.
 
 config ADK_LINUX_KERNEL_FB_CGSIX
-	bool "Framebuffer support for CGSIX cards (Sun Voyager)"
+	bool "Framebuffer support for CGSIX cards"
 	select ADK_LINUX_KERNEL_FB
 	select ADK_LINUX_KERNEL_FB_SBUS
-	default y if ADK_TARGET_SYSTEM_SUN_VOYAGER
 	default n
-	depends on ADK_TARGET_SYSTEM_SUN_VOYAGER
 	help
-	  Framebuffer support for Sun Voyager.
+	  Framebuffer support for Sun CGSIX cards.
 
 config ADK_LINUX_KERNEL_FB_RADEON
 	bool "Framebuffer support for RADEON chips"

+ 0 - 7
target/ppc64/systems/apple-g5

@@ -1,7 +0,0 @@
-config ADK_TARGET_SYSTEM_APPLE_G5
-	bool "Apple G5"
-	select ADK_TARGET_CPU_PPC64_POWERPC64
-	select ADK_TARGET_KERNEL_WITH_COMPRESSION
-	help
-	  Support for Apple G5.
-

+ 0 - 11
target/sparc/systems/sun-ipx

@@ -1,11 +0,0 @@
-config ADK_TARGET_SYSTEM_SUN_IPX
-	bool "Sun Sparcstation IPX"
-	select ADK_TARGET_CPU_SPARC_V8
-	select ADK_TARGET_WITH_NET
-	select ADK_TARGET_WITH_NETDEVICE
-	select ADK_TARGET_WITH_BLOCK
-	select ADK_TARGET_KERNEL_ZIMAGE
-	select ADK_TARGET_KERNEL_WITH_COMPRESSION
-	help
-	  Support for Sun Sparcstation IPX.
-

+ 0 - 10
target/sparc/systems/sun-javastation

@@ -1,10 +0,0 @@
-config ADK_TARGET_SYSTEM_SUN_JAVASTATION
-	bool "Sun JavaStation"
-	select ADK_TARGET_CPU_SPARC_V7
-	select ADK_TARGET_WITH_VGA
-	select ADK_TARGET_WITH_NET
-	select ADK_TARGET_WITH_NETDEVICE
-	select ADK_TARGET_KERNEL_VMLINUX_AOUT
-	help
-	  Support for Sun JavaStation.
-

+ 0 - 12
target/sparc/systems/sun-voyager

@@ -1,12 +0,0 @@
-config ADK_TARGET_SYSTEM_SUN_VOYAGER
-	bool "Sun Voyager"
-	select ADK_TARGET_CPU_SPARC_V8
-	select ADK_TARGET_WITH_VGA
-	select ADK_TARGET_WITH_NET
-	select ADK_TARGET_WITH_NETDEVICE
-	select ADK_TARGET_WITH_BLOCK
-	select ADK_TARGET_KERNEL_ZIMAGE
-	select ADK_TARGET_KERNEL_WITH_COMPRESSION
-	help
-	  Support for Sun Voyager.
-

+ 0 - 8
target/sparc64/systems/tadpole-ultrabook

@@ -1,8 +0,0 @@
-config ADK_TARGET_SYSTEM_TADPOLE_ULTRABOOK
-	bool "Tadpole Ultrabook"
-	select ADK_TARGET_CPU_SPARC64_V9
-	select ADK_TARGET_KERNEL_ZIMAGE
-	select ADK_TARGET_KERNEL_WITH_COMPRESSION
-	help
- 	  Support for Tadpole Ultrabook.
-