diff options
author | Luis Henriques <luis.henriques@canonical.com> | 2014-01-20 14:43:50 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-03-19 17:14:44 -0400 |
commit | 3cae8016956cc2ddb8217751a7eb538b41a5b5cf (patch) | |
tree | 4184d5c52758e205746d4bf2f409d7657a753da3 /arch/powerpc/platforms/embedded6xx/Kconfig | |
parent | a424b97b7e652402c6fb51dceef175723c1f189c (diff) |
powerpc/kconfig: Remove TSI108_BRIDGE duplicates
The MPC7448HPC2 and PPC_HOLLY config options contain TSI108_BRIDGE
duplicates since commit:
commit 3490cba56f7f8a78ef4c94814c3181f09ce1e2ef
Author: Jon Loeliger <jdl@jdl.com>
Date: Wed Jan 23 12:42:50 2008 -0600
[POWERPC] Add initial iomega StorCenter board port.
This patch cleans these duplicates.
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 3fdc8bc6258f..2a7024d8d8b1 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig | |||
@@ -34,7 +34,6 @@ config MPC7448HPC2 | |||
34 | select TSI108_BRIDGE | 34 | select TSI108_BRIDGE |
35 | select DEFAULT_UIMAGE | 35 | select DEFAULT_UIMAGE |
36 | select PPC_UDBG_16550 | 36 | select PPC_UDBG_16550 |
37 | select TSI108_BRIDGE | ||
38 | help | 37 | help |
39 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) | 38 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) |
40 | platform | 39 | platform |
@@ -44,7 +43,6 @@ config PPC_HOLLY | |||
44 | depends on EMBEDDED6xx | 43 | depends on EMBEDDED6xx |
45 | select TSI108_BRIDGE | 44 | select TSI108_BRIDGE |
46 | select PPC_UDBG_16550 | 45 | select PPC_UDBG_16550 |
47 | select TSI108_BRIDGE | ||
48 | help | 46 | help |
49 | Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval | 47 | Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval |
50 | Board with TSI108/9 bridge (Hickory/Holly) | 48 | Board with TSI108/9 bridge (Hickory/Holly) |