Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4eac750 authored by Grant Likely's avatar Grant Likely Committed by Paul Mackerras
Browse files

[POWERPC] Remove unused CONFIG_WANT_DEVICE_TREE



CONFIG_DEVICE_TREE was the only user of CONFIG_WANT_DEVICE_TREE but
it was removed in commit id 25431333
(bootwrapper: Build multiple cuImages).

This removes CONFIG_WANT_DEVICE_TREE from Kconfig and the defconfigs.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent bdb226ba
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -442,10 +442,6 @@ config SECCOMP


	  If unsure, say Y. Only embedded should say N here.
	  If unsure, say Y. Only embedded should say N here.


config WANT_DEVICE_TREE
	bool
	default n

endmenu
endmenu


config ISA_DMA_API
config ISA_DMA_API
+0 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,6 @@ config MPC5121_ADS
	bool "Freescale MPC5121E ADS"
	bool "Freescale MPC5121E ADS"
	depends on PPC_MULTIPLATFORM && PPC32
	depends on PPC_MULTIPLATFORM && PPC32
	select DEFAULT_UIMAGE
	select DEFAULT_UIMAGE
	select WANT_DEVICE_TREE
	select PPC_MPC5121
	select PPC_MPC5121
	help
	help
	  This option enables support for the MPC5121E ADS board.
	  This option enables support for the MPC5121E ADS board.
+0 −2
Original line number Original line Diff line number Diff line
@@ -8,7 +8,6 @@ config PPC_MPC5200_SIMPLE
	bool "Generic support for simple MPC5200 based boards"
	bool "Generic support for simple MPC5200 based boards"
	depends on PPC_MPC52xx
	depends on PPC_MPC52xx
	select DEFAULT_UIMAGE
	select DEFAULT_UIMAGE
	select WANT_DEVICE_TREE
	help
	help
	  This option enables support for a simple MPC52xx based boards which
	  This option enables support for a simple MPC52xx based boards which
	  do not need a custom platform specific setup. Such boards are
	  do not need a custom platform specific setup. Such boards are
@@ -35,7 +34,6 @@ config PPC_LITE5200
	bool "Freescale Lite5200 Eval Board"
	bool "Freescale Lite5200 Eval Board"
	depends on PPC_MPC52xx
	depends on PPC_MPC52xx
	select DEFAULT_UIMAGE
	select DEFAULT_UIMAGE
	select WANT_DEVICE_TREE


config PPC_MPC5200_BUGFIX
config PPC_MPC5200_BUGFIX
	bool "MPC5200 (L25R) bugfix support"
	bool "MPC5200 (L25R) bugfix support"
+0 −2
Original line number Original line Diff line number Diff line
@@ -15,7 +15,6 @@ config PPC_MULTIPLATFORM
config PPC_82xx
config PPC_82xx
	bool "Freescale 82xx"
	bool "Freescale 82xx"
	depends on 6xx
	depends on 6xx
	select WANT_DEVICE_TREE


config PPC_83xx
config PPC_83xx
	bool "Freescale 83xx"
	bool "Freescale 83xx"
@@ -23,7 +22,6 @@ config PPC_83xx
	select FSL_SOC
	select FSL_SOC
	select MPC83xx
	select MPC83xx
	select IPIC
	select IPIC
	select WANT_DEVICE_TREE
	select FSL_EMB_PERFMON
	select FSL_EMB_PERFMON


config PPC_86xx
config PPC_86xx
+0 −4
Original line number Original line Diff line number Diff line
@@ -29,26 +29,22 @@ config PPC_85xx
	bool "Freescale 85xx"
	bool "Freescale 85xx"
	select E500
	select E500
	select FSL_SOC
	select FSL_SOC
	select WANT_DEVICE_TREE
	select MPC85xx
	select MPC85xx


config PPC_8xx
config PPC_8xx
	bool "Freescale 8xx"
	bool "Freescale 8xx"
	select FSL_SOC
	select FSL_SOC
	select 8xx
	select 8xx
	select WANT_DEVICE_TREE
	select PPC_LIB_RHEAP
	select PPC_LIB_RHEAP


config 40x
config 40x
	bool "AMCC 40x"
	bool "AMCC 40x"
	select PPC_DCR_NATIVE
	select PPC_DCR_NATIVE
	select WANT_DEVICE_TREE
	select PPC_UDBG_16550
	select PPC_UDBG_16550


config 44x
config 44x
	bool "AMCC 44x"
	bool "AMCC 44x"
	select PPC_DCR_NATIVE
	select PPC_DCR_NATIVE
	select WANT_DEVICE_TREE
	select PPC_UDBG_16550
	select PPC_UDBG_16550


config E200
config E200
Loading