On Tue, 2009-12-01 at 13:32 +0000, Ralf Baechle wrote: > On Tue, Dec 01, 2009 at 07:07:23PM +0800, Wu Zhangin wrote: > > > arch/mips/loongson/Kconfig | 20 ++++++++++++++++++++ > > 1 files changed, 20 insertions(+), 0 deletions(-) > > > > diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig > > index 3df1967..a34dfcc 100644 > > --- a/arch/mips/loongson/Kconfig > > +++ b/arch/mips/loongson/Kconfig > > @@ -83,3 +83,23 @@ config LOONGSON_UART_BASE > > bool > > default y > > depends on EARLY_PRINTK || SERIAL_8250 > > + > > +# > > +# Loongson Platform Specific Drivers > > +# > > + > > +menuconfig LOONGSON_PLATFORM_DEVICES > > + bool "Loongson Platform Drivers" > > + default y > > + help > > + Say Y here to get to see options for device drivers of various > > + loongson platforms, including vendor-specific laptop/pc extension > > + drivers. This option alone does not add any kernel code. > > + > > + If you say N, all options in this submenu will be skipped and disabled. > > + > > +if LOONGSON_PLATFORM_DEVICES > > +# Put platform specific stuff here > > Useless comment. LOONGSON_PLATFORM_DEVICES already says exactly that. > Yep, Need to remove it ;) Thanks! Wu Zhangjin