From d89e8052da79f9542a18cb14d53d5d2e00976ef1 Mon Sep 17 00:00:00 2001 From: Tim Lin Date: Tue, 12 Mar 2024 15:53:39 +0800 Subject: [PATCH] ITE: soc: it8xxx2: Add missing Kconfig file of it82302ax variant Previous adjustments to hwmv2 lost this Kconfig file. Test: west build -p always -b it82xx2_evb samples/hello_world config BOARD_IT82XX2_EVB select SOC_IT82302_AX Signed-off-by: Tim Lin --- soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax diff --git a/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax b/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax new file mode 100644 index 00000000000..e1cff23886e --- /dev/null +++ b/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax @@ -0,0 +1,9 @@ +# Copyright (c) 2024 ITE Corporation. +# SPDX-License-Identifier: Apache-2.0 + +if SOC_IT82302_AX + +config SOC_IT8XXX2_GPIO_GROUP_K_L_DEFAULT_PULL_DOWN + default n + +endif