Re: [PATCH] irq: make SPARSE_IRQ an optionally hidden option

2012-02-04 Thread Russell King - ARM Linux
So that everyone who received this patch knows... I've just pulled Rob's series, which includes this patch, into a stable branch in my tree and it is my intention to send this during the 3.4 merge window. This means that there is a patch in my tree which touches other architectures' Kconfig files

[PATCH] irq: make SPARSE_IRQ an optionally hidden option

2012-01-25 Thread Rob Herring
From: Rob Herring On ARM, we don't want SPARSE_IRQ to be a user visible option. Make SPARSE_IRQ visible based on MAY_HAVE_SPARSE_IRQ instead of depending on HAVE_SPARSE_IRQ. With this, SPARSE_IRQ is not visible on C6X and ARM. Signed-off-by: Rob Herring Cc: Russell King Cc: Mark Salter Cc: A