[PATCH] Fix Irq Subsystem menu

2012-12-10 Thread Paul Thompson
Hi; In menuconfig, General setup -> Irq subsystem contains two possible menu-items. Sometimes, neither menu-item exists. This patch prevents the Irq susystem menu from appearing at all unless it will contain at least one menu-item, preventing a confusing, empty menu. ---

Re: IRQ subsystem menu

2012-12-10 Thread Grant Likely
2 at 03:40:16AM -0400, Paul Thompson wrote: > > > > Hi; > > > > > > > > In menuconfig, General setup -> IRQ subsystem, there are two > > > > possible menu-items. One depends partly on IRQ_DOMAIN, and the other > > > > on MAY

Re: IRQ subsystem menu

2012-12-10 Thread Grant Likely
dependent on if either option setting can exist. So, on my system, the IRQ subsystem menu does not appear. Paul Looks right to me. Please repost with a proper commit log and Signed-off-by line and I'll apply this patch. (See Documentation/SubmittingPatches) g. -- To unsubscribe from this list: send

[PATCH] Fix Irq Subsystem menu

2012-12-10 Thread Paul Thompson
Hi; In menuconfig, General setup - Irq subsystem contains two possible menu-items. Sometimes, neither menu-item exists. This patch prevents the Irq susystem menu from appearing at all unless it will contain at least one menu-item, preventing a confusing, empty menu. ---

Re: IRQ subsystem menu

2012-12-05 Thread Paul Thompson
> > In menuconfig, General setup -> IRQ subsystem, there are two > > > possible menu-items. One depends partly on IRQ_DOMAIN, and the other > > > on MAY_HAVE_SPARSE_IRQ. > > > [...] > > > > > > Ideally, the "IRQ subsystem" menu w

Re: IRQ subsystem menu

2012-12-05 Thread Paul Thompson
, General setup - IRQ subsystem, there are two possible menu-items. One depends partly on IRQ_DOMAIN, and the other on MAY_HAVE_SPARSE_IRQ. [...] Ideally, the IRQ subsystem menu would not even show up if it would contain no menu-items, but I do not know enough to formulate

Re: IRQ subsystem menu

2012-11-29 Thread Grant Likely
s forced to YES. > > > > I do not know if the current behaviour is intended, but it > > is ugly and confusing to be confronted with a blank menu page. > > > > Ideally, the "IRQ subsystem" menu would not even show up > > if it would contain no menu-items,

Re: IRQ subsystem menu

2012-11-29 Thread Grant Likely
with a blank menu page. Ideally, the IRQ subsystem menu would not even show up if it would contain no menu-items, but I do not know enough to formulate that constraint. First, move the 'menu IRQ subsystem' line does to right before the IRQ_DOMAIN_DEBUG line so that it wraps the options

Re: IRQ subsystem menu

2012-10-29 Thread Michal Marek
3.2 kernel at least) this menu used to be > populated by the "Support sparse IRQ numbering" menu-item, which > at that time depended on HAVE_SPARSE_IRQ, and was forced to YES. > > I do not know if the current behaviour is intended, but it > is ugly and confusing to be confronted w

Re: IRQ subsystem menu

2012-10-29 Thread Michal Marek
by the Support sparse IRQ numbering menu-item, which at that time depended on HAVE_SPARSE_IRQ, and was forced to YES. I do not know if the current behaviour is intended, but it is ugly and confusing to be confronted with a blank menu page. Ideally, the IRQ subsystem menu would not even