I meant from a user viewpoint. It is just a mish-mash of essentially unrelated
questions. I'd prefer to see options moved into menus that describe them.
Ideally about a screen length of options (for variable screen resolutions and
xconfig vs menuconfig :-)
So mice and joysticks are kind-of input things, so they belong with other
input config options.
Similarly, DRM and AGP are video options, so they belong together in a video
section (certainly not in a character device options section). Maybe with
other console options (although the concept of console is a bit strange in
the era of desktop unix) like framebuffer and VT.
Serial can bugger off by itself.
ftape is a mass storage thing, and belongs with other mass storage options
like block devices, ide and scsi.
i2c and watchdog cards are basically for system monitoring.
> > Actually, I've got another idea, based on some stuff that I've been
> > working on for the ACPI "its not just power management" issue.
> >
> > If you need to set something in drivers/input (per your original patch)
> > that depends on things that are set in drivers/char (or drivers/usb,
> > anything that comes later), then split the Config.in into two sections.
> > One section contains the normal Config.in user-selectable options, and a
> > second drivers/input/Config-post.in, that is sourced in at the end of
> > arch/foo/config.in and contains only automated Config.in dependancies (ie
> > define_bool) but no user selectable options.
> >
> > Does this make sense? If not, I'll try for a patch that shows it later
> > this morning.
>
> I don't think this makes sense for input however, unless we kill off
> drivers/input/Config.in (and for sh/m68k/sparc64 just paste the lines
> in) and merge it into drivers/char/Config.in (CONFIG_INPUT,
> CONFIG_INPUT_{KEYB,MOUSE,EV}DEV) and drivers/char/joystick/Config.in
> (CONFIG_INPUT_JOYSTICK). I wouldn't be opposed to doing that...
I think that I've explained it poorly. I'll patch.
> And for USB (CONFIG_INPUT'ed) joysticks we aren't any worse off, and
> perhaps we could even move those into a USB menu.
That is where most of the input stuff came from :-)
My main concern is that by 2.6, I don't want the current mess with Config
options. I want something that is logical and makes sense to people. Right
now, the only reliable way to get a build is to either check every menu (and
submenu, and subsubmenu), or to take a previously working config for that
machine, make oldconfig, and hope for the best.
That sucks.
We go to all this effort to write clean, beautiful code. Then we make it nigh
on impossible for non-gurus to get the most out of it.
Brad
-- http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/