diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-16 19:51:37 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-01 00:36:34 +0100 |
commit | 9b91bd81fa40b4765e24721d970c26ae2e1d8b0d (patch) | |
tree | 08136be3d0f81c5375175321be55c35d37a0d2ff /arch/arm/mach-omap2/Kconfig | |
parent | ARM: OMAP2+: AM43x: Use gptimer as clocksource (diff) | |
download | linux-9b91bd81fa40b4765e24721d970c26ae2e1d8b0d.tar.xz linux-9b91bd81fa40b4765e24721d970c26ae2e1d8b0d.zip |
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/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 7 |
1 files changed, 0 insertions, 7 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 depends on ARCH_OMAP3 default y -config OMAP_PACKAGE_ZAF - bool - -config OMAP_PACKAGE_ZAC - bool - config OMAP_PACKAGE_CBC bool @@ -284,7 +278,6 @@ config MACH_NOKIA_N8X0 select MACH_NOKIA_N800 select MACH_NOKIA_N810 select MACH_NOKIA_N810_WIMAX - select OMAP_PACKAGE_ZAC config MACH_NOKIA_RX51 bool "Nokia N900 (RX-51) phone" |