From mboxrd@z Thu Jan 1 00:00:00 1970 From: zmc@lurian.net (Zebediah C. McClure) Date: Sat, 26 Sep 2009 21:48:00 -0400 Subject: [PATCH] ARM: OMAP: Remove unused CONFIG MACH_OMAP_HTCWIZARD In-Reply-To: <1253974303.4568.13.camel@ht.satnam> References: <1253974303.4568.13.camel@ht.satnam> Message-ID: <4ABEC450.6080607@lurian.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This is not unused, this is under current development. (linwizard.sourceforge.net) there is another patch series waiting for rc1 to be cut, tony has already replied to the pull request. Best regards, ZMC Jaswinder Singh Rajput wrote: > Remove unused CONFIG MACH_OMAP_HTCWIZARD from Kconfig > > Reported-by: Robert P. J. Day > Signed-off-by: Jaswinder Singh Rajput > Cc: Zebediah C. McClure > Cc: Tony Lindgren > Cc: Kevin Hilman > Cc: Russell King > --- > arch/arm/mach-omap1/Kconfig | 6 ------ > 1 files changed, 0 insertions(+), 6 deletions(-) > > diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig > index 55ecc01..c25038e 100644 > --- a/arch/arm/mach-omap1/Kconfig > +++ b/arch/arm/mach-omap1/Kconfig > @@ -50,12 +50,6 @@ config MACH_OMAP_H3 > TI OMAP 1710 H3 board support. Say Y here if you have such > a board. > > -config MACH_OMAP_HTCWIZARD > - bool "HTC Wizard" > - depends on ARCH_OMAP850 > - help > - HTC Wizard smartphone support (AKA QTEK 9100, ...) > - > config MACH_OMAP_OSK > bool "TI OSK Support" > depends on ARCH_OMAP1 && ARCH_OMAP16XX >