commit | ef28a1863ff81e7e71a2159ef0215ad0c29b4040 | [log] [tgz] |
---|---|---|
author | Benoit Cousson <b-cousson@ti.com> | Thu Feb 02 23:10:10 2012 +0100 |
committer | Benoit Cousson <b-cousson@ti.com> | Thu Feb 16 23:07:04 2012 +0100 |
tree | c10a16824eadba1e1d7b696d065d6a69a4701db2 | |
parent | 506d81ef31ece39c760e8c2b2071e6aa3b983b72 [diff] |
ARM: OMAP1: kconfig: Enable IRQ_DOMAIN by default for OMAP1 platforms The devices that can act as an interrupt controller like the GPIO are going to be handled using the IRQ domain mechanism in order to avoid the static IRQ mapping done so far inside plat-omap/irqs.h. Enable IRQ_DOMAIN by default to allow the drivers shared with OMAP2+ to compile properly on OMAP1 platforms. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Tony Lindgren <tony@atomide.com>