From 287c08e4132c6db8e99b88f4000bdde45b1e6105 Mon Sep 17 00:00:00 2001
From: Jonathan Humphreys <j-humphreys@ti.com>
Date: Fri, 14 Jun 2024 11:35:30 -0500
Subject: [PATCH] configs: ti: Create base EFI capsule configs for TI K3
 devices

To better scale with the number of boards, separate TI K3 EFI capsule
configs into its own file that can be shared across TI K3 boards.  This
will allow any platform level config changes to be done once.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
---
 configs/k3_efi_capsule.config | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 configs/k3_efi_capsule.config

diff --git a/configs/k3_efi_capsule.config b/configs/k3_efi_capsule.config
new file mode 100644
index 00000000000..e31cea37269
--- /dev/null
+++ b/configs/k3_efi_capsule.config
@@ -0,0 +1,2 @@
+CONFIG_EFI_CAPSULE_ON_DISK=y
+CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
-- 
2.42.0