From: James S. <jsi...@tr...> - 2002-01-30 18:31:27
|
> > Also I like the i8042 > > drivers have thier IRQ and IO regions configurable via Config.in. > > No problem with that. > > > The > > reason being is on many platforms it various. I hate to see a ton of > > #ifdef in i8042.h. Is that okay? If so I can wipe up a patch for DJ. > > 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. |