diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-02-13 23:14:09 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-02-14 06:11:03 -0500 |
commit | d4eac7501f737c70420f38e9fd59de77a4ba6c13 (patch) | |
tree | 16c83e60ba0a0b04fd9f470c207171dfc2df00a5 | |
parent | bdb226bac12b005c80770decc1eddbff6be28f35 (diff) |
[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 25431333813686654907ab987fb5de10c10a16db
(bootwrapper: Build multiple cuImages).
This removes CONFIG_WANT_DEVICE_TREE from Kconfig and the defconfigs.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/Kconfig | 4 | ||||
-rw-r--r-- | arch/powerpc/platforms/512x/Kconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/52xx/Kconfig | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/Kconfig.cputype | 4 | ||||
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 4 |
6 files changed, 0 insertions, 17 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 485513c9f1af..5b8d8382b762 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -442,10 +442,6 @@ config SECCOMP | |||
442 | 442 | ||
443 | If unsure, say Y. Only embedded should say N here. | 443 | If unsure, say Y. Only embedded should say N here. |
444 | 444 | ||
445 | config WANT_DEVICE_TREE | ||
446 | bool | ||
447 | default n | ||
448 | |||
449 | endmenu | 445 | endmenu |
450 | 446 | ||
451 | config ISA_DMA_API | 447 | config ISA_DMA_API |
diff --git a/arch/powerpc/platforms/512x/Kconfig b/arch/powerpc/platforms/512x/Kconfig index c6fa49e23dc0..4c0da0c079e9 100644 --- a/arch/powerpc/platforms/512x/Kconfig +++ b/arch/powerpc/platforms/512x/Kconfig | |||
@@ -13,7 +13,6 @@ config MPC5121_ADS | |||
13 | bool "Freescale MPC5121E ADS" | 13 | bool "Freescale MPC5121E ADS" |
14 | depends on PPC_MULTIPLATFORM && PPC32 | 14 | depends on PPC_MULTIPLATFORM && PPC32 |
15 | select DEFAULT_UIMAGE | 15 | select DEFAULT_UIMAGE |
16 | select WANT_DEVICE_TREE | ||
17 | select PPC_MPC5121 | 16 | select PPC_MPC5121 |
18 | help | 17 | help |
19 | This option enables support for the MPC5121E ADS board. | 18 | This option enables support for the MPC5121E ADS board. |
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig index 515f244c90bb..cf945d55c276 100644 --- a/arch/powerpc/platforms/52xx/Kconfig +++ b/arch/powerpc/platforms/52xx/Kconfig | |||
@@ -8,7 +8,6 @@ config PPC_MPC5200_SIMPLE | |||
8 | bool "Generic support for simple MPC5200 based boards" | 8 | bool "Generic support for simple MPC5200 based boards" |
9 | depends on PPC_MPC52xx | 9 | depends on PPC_MPC52xx |
10 | select DEFAULT_UIMAGE | 10 | select DEFAULT_UIMAGE |
11 | select WANT_DEVICE_TREE | ||
12 | help | 11 | help |
13 | This option enables support for a simple MPC52xx based boards which | 12 | This option enables support for a simple MPC52xx based boards which |
14 | do not need a custom platform specific setup. Such boards are | 13 | do not need a custom platform specific setup. Such boards are |
@@ -35,7 +34,6 @@ config PPC_LITE5200 | |||
35 | bool "Freescale Lite5200 Eval Board" | 34 | bool "Freescale Lite5200 Eval Board" |
36 | depends on PPC_MPC52xx | 35 | depends on PPC_MPC52xx |
37 | select DEFAULT_UIMAGE | 36 | select DEFAULT_UIMAGE |
38 | select WANT_DEVICE_TREE | ||
39 | 37 | ||
40 | config PPC_MPC5200_BUGFIX | 38 | config PPC_MPC5200_BUGFIX |
41 | bool "MPC5200 (L25R) bugfix support" | 39 | bool "MPC5200 (L25R) bugfix support" |
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index fcedbec07f94..0afd22595546 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -15,7 +15,6 @@ config PPC_MULTIPLATFORM | |||
15 | config PPC_82xx | 15 | config PPC_82xx |
16 | bool "Freescale 82xx" | 16 | bool "Freescale 82xx" |
17 | depends on 6xx | 17 | depends on 6xx |
18 | select WANT_DEVICE_TREE | ||
19 | 18 | ||
20 | config PPC_83xx | 19 | config PPC_83xx |
21 | bool "Freescale 83xx" | 20 | bool "Freescale 83xx" |
@@ -23,7 +22,6 @@ config PPC_83xx | |||
23 | select FSL_SOC | 22 | select FSL_SOC |
24 | select MPC83xx | 23 | select MPC83xx |
25 | select IPIC | 24 | select IPIC |
26 | select WANT_DEVICE_TREE | ||
27 | select FSL_EMB_PERFMON | 25 | select FSL_EMB_PERFMON |
28 | 26 | ||
29 | config PPC_86xx | 27 | config PPC_86xx |
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index 69941ba70975..73d81ce14b67 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype | |||
@@ -29,26 +29,22 @@ config PPC_85xx | |||
29 | bool "Freescale 85xx" | 29 | bool "Freescale 85xx" |
30 | select E500 | 30 | select E500 |
31 | select FSL_SOC | 31 | select FSL_SOC |
32 | select WANT_DEVICE_TREE | ||
33 | select MPC85xx | 32 | select MPC85xx |
34 | 33 | ||
35 | config PPC_8xx | 34 | config PPC_8xx |
36 | bool "Freescale 8xx" | 35 | bool "Freescale 8xx" |
37 | select FSL_SOC | 36 | select FSL_SOC |
38 | select 8xx | 37 | select 8xx |
39 | select WANT_DEVICE_TREE | ||
40 | select PPC_LIB_RHEAP | 38 | select PPC_LIB_RHEAP |
41 | 39 | ||
42 | config 40x | 40 | config 40x |
43 | bool "AMCC 40x" | 41 | bool "AMCC 40x" |
44 | select PPC_DCR_NATIVE | 42 | select PPC_DCR_NATIVE |
45 | select WANT_DEVICE_TREE | ||
46 | select PPC_UDBG_16550 | 43 | select PPC_UDBG_16550 |
47 | 44 | ||
48 | config 44x | 45 | config 44x |
49 | bool "AMCC 44x" | 46 | bool "AMCC 44x" |
50 | select PPC_DCR_NATIVE | 47 | select PPC_DCR_NATIVE |
51 | select WANT_DEVICE_TREE | ||
52 | select PPC_UDBG_16550 | 48 | select PPC_UDBG_16550 |
53 | 49 | ||
54 | config E200 | 50 | config E200 |
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 6c8083757938..429088967813 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig | |||
@@ -24,7 +24,6 @@ config STORCENTER | |||
24 | select MPIC | 24 | select MPIC |
25 | select FSL_SOC | 25 | select FSL_SOC |
26 | select PPC_UDBG_16550 if SERIAL_8250 | 26 | select PPC_UDBG_16550 if SERIAL_8250 |
27 | select WANT_DEVICE_TREE | ||
28 | select MPC10X_OPENPIC | 27 | select MPC10X_OPENPIC |
29 | select MPC10X_BRIDGE | 28 | select MPC10X_BRIDGE |
30 | help | 29 | help |
@@ -37,7 +36,6 @@ config MPC7448HPC2 | |||
37 | select TSI108_BRIDGE | 36 | select TSI108_BRIDGE |
38 | select DEFAULT_UIMAGE | 37 | select DEFAULT_UIMAGE |
39 | select PPC_UDBG_16550 | 38 | select PPC_UDBG_16550 |
40 | select WANT_DEVICE_TREE | ||
41 | select TSI108_BRIDGE | 39 | select TSI108_BRIDGE |
42 | help | 40 | help |
43 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) | 41 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) |
@@ -48,7 +46,6 @@ config PPC_HOLLY | |||
48 | depends on EMBEDDED6xx | 46 | depends on EMBEDDED6xx |
49 | select TSI108_BRIDGE | 47 | select TSI108_BRIDGE |
50 | select PPC_UDBG_16550 | 48 | select PPC_UDBG_16550 |
51 | select WANT_DEVICE_TREE | ||
52 | select TSI108_BRIDGE | 49 | select TSI108_BRIDGE |
53 | help | 50 | help |
54 | Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval | 51 | Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval |
@@ -59,7 +56,6 @@ config PPC_PRPMC2800 | |||
59 | depends on EMBEDDED6xx | 56 | depends on EMBEDDED6xx |
60 | select MV64X60 | 57 | select MV64X60 |
61 | select NOT_COHERENT_CACHE | 58 | select NOT_COHERENT_CACHE |
62 | select WANT_DEVICE_TREE | ||
63 | help | 59 | help |
64 | This option enables support for the Motorola PrPMC2800 board | 60 | This option enables support for the Motorola PrPMC2800 board |
65 | 61 | ||