From: James S. <jsi...@tr...> - 2002-01-30 18:33:52
|
> > > Go ahead. It'd be nice if the config automatically selected the defaults > > > based on the architecture, too. (Possibly it wouldn't even need to ask). > > > > The MIPS platform has a habit of doing that. Look at arch/mips/config.in > > and you will see all the > > > > if [ "$CONFIG_MIPS_BLAHBLAH" = "y" ]; then > > define_bool .. > > define_tristate ... > > ... > > fi > > > > The region for the PS/2 registers various from mips device to mips > > device!!! So with setups like mips the defaults will show up > > automatically. > > Good. I's suggest the same with other archs. Agree. Will make patch. |