Browse Source

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>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
553de2ebc9
  1. 6
      soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax
  2. 3
      soc/ite/ec/it8xxx2/Kconfig.defconfig.series
  3. 3
      soc/ite/ec/it8xxx2/Kconfig.soc

6
soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax

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

3
soc/ite/ec/it8xxx2/Kconfig.defconfig.series

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

3
soc/ite/ec/it8xxx2/Kconfig.soc

@ -39,6 +39,9 @@ config SOC_IT82002_AW @@ -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

Loading…
Cancel
Save