From 6e242a446edfec9b2a2cf305e7e3b7653d5cb61e Mon Sep 17 00:00:00 2001 From: Firas Sammoura Date: Tue, 10 Jun 2025 15:44:41 +0000 Subject: [PATCH] boards: google_quincy: Enable NPCX firmware header This commit enables the CONFIG_NPCX_HEADER option for the Google Quincy board. This is necessary to properly support the NPCX firmware header requirements on this platform, ensuring correct boot and firmware updates. Signed-off-by: Firas Sammoura --- boards/google/quincy/google_quincy_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/google/quincy/google_quincy_defconfig b/boards/google/quincy/google_quincy_defconfig index 0b5fcc5649f..a71b36f4875 100644 --- a/boards/google/quincy/google_quincy_defconfig +++ b/boards/google/quincy/google_quincy_defconfig @@ -1,6 +1,9 @@ # Copyright (c) 2024 Google Inc # SPDX-License-Identifier: Apache-2.0 +# Enable NPCX firmware header +CONFIG_NPCX_HEADER=y + # General Kernel Options CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=15000000