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:
committed by
Carles Cufi
parent
b8ec0080c2
commit
553de2ebc9
@@ -1,6 +0,0 @@
|
||||
# Copyright (c) 2023 ITE Corporation.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if SOC_IT82302_AX
|
||||
|
||||
endif
|
||||
@@ -3,9 +3,6 @@
|
||||
|
||||
if SOC_SERIES_ITE_IT8XXX2
|
||||
|
||||
config SOC_SERIES
|
||||
default "it8xxx2"
|
||||
|
||||
config RISCV_GP
|
||||
default y
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user