aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/gic/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/gic/Kconfig')
-rw-r--r--src/drivers/gic/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/gic/Kconfig b/src/drivers/gic/Kconfig
new file mode 100644
index 0000000000..193311fc05
--- /dev/null
+++ b/src/drivers/gic/Kconfig
@@ -0,0 +1,4 @@
+config GIC
+ def_bool n
+ help
+ This option enables GIC support, the ARM generic interrupt controller.