aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-02-16 13:51:37 -0500
committerTony Lindgren <tony@atomide.com>2014-02-28 18:36:34 -0500
commit9b91bd81fa40b4765e24721d970c26ae2e1d8b0d (patch)
tree08136be3d0f81c5375175321be55c35d37a0d2ff /arch/arm/mach-omap2
parent5b5c01359152f3ddaa1aa0e5d1141bc2b29ba2c5 (diff)
ARM: OMAP2+: remove OMAP_PACKAGE_ZAC and OMAP_PACKAGE_ZAF
The Kconfig symbols OMAP_PACKAGE_ZAC and OMAP_PACKAGE_ZAF were added in v2.6.36. They have never been used. Setting them has no effect. These symbols can safely be removed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> [tony@atomide.com: updated to remove also the related mux.h entries] Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/Kconfig7
-rw-r--r--arch/arm/mach-omap2/mux.h3
2 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 653b489479e0..bd8746d37690 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -165,12 +165,6 @@ config SOC_TI81XX
165 depends on ARCH_OMAP3 165 depends on ARCH_OMAP3
166 default y 166 default y
167 167
168config OMAP_PACKAGE_ZAF
169 bool
170
171config OMAP_PACKAGE_ZAC
172 bool
173
174config OMAP_PACKAGE_CBC 168config OMAP_PACKAGE_CBC
175 bool 169 bool
176 170
@@ -284,7 +278,6 @@ config MACH_NOKIA_N8X0
284 select MACH_NOKIA_N800 278 select MACH_NOKIA_N800
285 select MACH_NOKIA_N810 279 select MACH_NOKIA_N810
286 select MACH_NOKIA_N810_WIMAX 280 select MACH_NOKIA_N810_WIMAX
287 select OMAP_PACKAGE_ZAC
288 281
289config MACH_NOKIA_RX51 282config MACH_NOKIA_RX51
290 bool "Nokia N900 (RX-51) phone" 283 bool "Nokia N900 (RX-51) phone"
diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h
index a722330d4d53..d121fb6df4e6 100644
--- a/arch/arm/mach-omap2/mux.h
+++ b/arch/arm/mach-omap2/mux.h
@@ -63,9 +63,6 @@
63#define OMAP_PACKAGE_CUS 5 /* 423-pin 0.65 */ 63#define OMAP_PACKAGE_CUS 5 /* 423-pin 0.65 */
64#define OMAP_PACKAGE_CBB 4 /* 515-pin 0.40 0.50 */ 64#define OMAP_PACKAGE_CBB 4 /* 515-pin 0.40 0.50 */
65#define OMAP_PACKAGE_CBC 3 /* 515-pin 0.50 0.65 */ 65#define OMAP_PACKAGE_CBC 3 /* 515-pin 0.50 0.65 */
66#define OMAP_PACKAGE_ZAC 2 /* 24xx 447-pin POP */
67#define OMAP_PACKAGE_ZAF 1 /* 2420 447-pin SIP */
68
69 66
70#define OMAP_MUX_NR_MODES 8 /* Available modes */ 67#define OMAP_MUX_NR_MODES 8 /* Available modes */
71#define OMAP_MUX_NR_SIDES 2 /* Bottom & top */ 68#define OMAP_MUX_NR_SIDES 2 /* Bottom & top */