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 <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
parent
27f91456a4
commit
d89e8052da
1 changed files with 9 additions and 0 deletions
9
soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax
Normal file
9
soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue