mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Depending on the kernel driver is annoying because it means you can't build ti-sgx-um without enabling a kernel. This prevents easy testing of ti-sgx-um, and it also means ti-sgx-um is never built by the autobuilders. So instead, we select the kernel driver if a kernel is built by Buildroot. This requires propagating the BR2_arm dependency from ti-sgx-km to ti-sgx-um. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>