On 11/04/2013 09:50 AM, Michael Opdenacker wrote: > This removes the MACH_EP80219 Kconfig parameter, > which was no longer used anywhere in the source code > and Makefiles. > > Signed-off-by: Michael Opdenacker <[email protected]> > --- > arch/arm/mach-iop32x/Kconfig | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/arm/mach-iop32x/Kconfig b/arch/arm/mach-iop32x/Kconfig > index 5e8c6f7dfabb..65f3500258e5 100644 > --- a/arch/arm/mach-iop32x/Kconfig > +++ b/arch/arm/mach-iop32x/Kconfig > @@ -4,9 +4,6 @@ menu "IOP32x Implementation Options" > > comment "IOP32x Platform Types" > > -config MACH_EP80219 > - bool > - > config MACH_GLANTANK > bool "Enable support for the IO-Data GLAN Tank" > help > @@ -22,7 +19,6 @@ config ARCH_IQ80321 > > config ARCH_IQ31244 > bool "Enable support for EP80219/IQ31244" > - select MACH_EP80219 > help > Say Y here if you want to run your kernel on the Intel EP80219 > evaluation kit for the Intel 80219 processor (a IOP321 variant) Actually, in another thread, Sascha Hauer made me realize that this symbol is actually used to make machine_is_ep80219() become true when the kernel is started with the corresponding machine id.
Let's drop this patch. Michael. -- Michael Opdenacker, CEO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +33 484 258 098 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

