diff options
author | Jonathan Humphreys | 2024-06-14 11:35:30 -0500 |
---|---|---|
committer | Tom Rini | 2024-06-18 10:43:29 -0600 |
commit | 287c08e4132c6db8e99b88f4000bdde45b1e6105 (patch) | |
tree | 8b9eed7e4072e8b989b1dc16a5fedc068bc54929 | |
parent | bf240862a8bf4ae92ca7928188b4efe78486fc6e (diff) |
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>
-rw-r--r-- | configs/k3_efi_capsule.config | 2 |
1 files changed, 2 insertions, 0 deletions
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 |