Peter Stuge wrote:
How does a component (nb, sb, sio) or mainboard provide an override for this default?
Another thing I ran into. Can we deal with something like CONFIG_VIDEO_MB in a smarter way than letting it be int? Different boards will have different permitted options.
One thought is to have a single list with all possible options and have each option depend on the list of components/boards that applies - but that will get REALLY verbose, no?
//Peter