[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. --- linux-3.7

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-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-11-29 Thread Grant Likely
rced 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-10-29 Thread Michal Marek
ernel 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