aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/gic/Kconfig
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2021-09-21 17:53:09 -0700
committerJulius Werner <jwerner@chromium.org>2021-10-01 00:01:56 +0000
commitb5e7bd2a58c0ae2c580eb53a3c154e40114f2db4 (patch)
treec84b7f5d01fecdd688d0e66627b0d68528458c8b /src/drivers/gic/Kconfig
parentee760b4be8a204cfb65767a5ccd6be830380b518 (diff)
drivers/gic: Remove unnecessary code
On AArch64 platforms, GIC initialization is generally the job of Trusted Firmware and shouldn't be necessary in coreboot. Only the ancient T210 platform (which was started before we had decided on using Trusted Firmware) calls this code, and even there they have a comment wondering "do we still need this?". I'm just gonna assume (without testing because that board is ancient and I'm lazy) that they don't, and that the TF GIC initialization[1] is sufficient here. Remove this obsolete driver. [1] https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3ff448/plat/nvidia/tegra/soc/t210/plat_setup.c#259 Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: I3e9d90039dd27cb3a13f830ba21fc5cc7a70abe2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57818 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/drivers/gic/Kconfig')
-rw-r--r--src/drivers/gic/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/gic/Kconfig b/src/drivers/gic/Kconfig
deleted file mode 100644
index 193311fc05..0000000000
--- a/src/drivers/gic/Kconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-config GIC
- def_bool n
- help
- This option enables GIC support, the ARM generic interrupt controller.