soc: ite: ec: it8xxx2: Fix SOC_SERIES being in wrong file

Fixes this line being in the wrong file

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-26 12:59:57 +00:00
committed by Carles Cufi
parent b8ec0080c2
commit 553de2ebc9
3 changed files with 3 additions and 9 deletions

View File

@@ -1,6 +0,0 @@
# Copyright (c) 2023 ITE Corporation.
# SPDX-License-Identifier: Apache-2.0
if SOC_IT82302_AX
endif

View File

@@ -3,9 +3,6 @@
if SOC_SERIES_ITE_IT8XXX2
config SOC_SERIES
default "it8xxx2"
config RISCV_GP
default y

View File

@@ -39,6 +39,9 @@ config SOC_IT82002_AW
bool
select SOC_IT8XXX2
config SOC_SERIES
default "it8xxx2" if SOC_SERIES_ITE_IT8XXX2
config SOC
default "it81202bx" if SOC_IT81202_BX
default "it81202cx" if SOC_IT81202_CX