commit | 280ad7fda5f95211857fda38960f2b6fdf6edd3e | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Fri Feb 24 14:58:54 2012 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sun Feb 26 16:48:06 2012 -0700 |
tree | 1f0296da35b5427a932aa333bce1a6de114fe0b5 | |
parent | 964dba283439a4db50dae61d3afe6e438b7fc30f [diff] |
mfd: twl-core: Add IRQ_DOMAIN dependency TWL4030 depends on IRQ_DOMAIN support, so this patch selects it in Kconfig. It used to be that CONFIG_IRQ_DOMAIN must only be selected by the architecture, but recent cleanups have fixed it so that it is safe to select from anywhere. Signed-off-by: Benoit Cousson <b-cousson@ti.com> [grant.likely: Changed from a depends to a select] Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Cc: Samuel Ortiz <sameo@linux.intel.com>