aboutsummaryrefslogtreecommitdiff
path: root/drivers/irqchip
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2012-09-24 11:02:54 -0600
committerOlof Johansson <olof@lixom.net>2012-09-24 10:07:40 -0700
commit0288ac4d666666d1d12a83deee1a27df1debdb7c (patch)
tree1e3a5b7e89fe51cfcfbce93104c58f3d303aa2b3 /drivers/irqchip
parentf680f25c635a1a4327bef34fcbe1e9e3777b546c (diff)
irqchip: fill in empty Kconfig
Commit 89214f0 "ARM: bcm2835: add interrupt controller driver" added an empty drivers/irqchip/Kconfig. Empty files apparently don't work well with git (sometimes, with some versions?) so add some dummy content to resolve this issue. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/irqchip')
-rw-r--r--drivers/irqchip/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index e69de29bb2d..1bb8bf6d7fd 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -0,0 +1 @@
+# empty