Skip to content

Commit 37c49f2

Browse files
nordicjmjhedberg
authored andcommitted
soc: nuvoton: npcx: npcx9: Move non-soc Kconfig to right file
Moves a non-SoC Kconfig to the normal Kconfig file, as this symbol has nothing to do with the SoC selection itself Signed-off-by: Jamie McCrae <[email protected]>
1 parent c81d95b commit 37c49f2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

soc/nuvoton/npcx/npcx9/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ config SOC_SERIES_NPCX9
1111
select CPU_HAS_ARM_MPU
1212
select SOC_FAMILY_NPCX
1313
select HAS_PM
14+
15+
config NPCX_VCC1_RST_HANG_WORKAROUND
16+
bool
17+
depends on SOC_NPCX9M7FB
18+
default y
19+
help
20+
Workaround the issue "Possible Hang-Up After VCC1_RST Reset"
21+
in the npcx9m7fb SoC errata.

soc/nuvoton/npcx/npcx9/Kconfig.soc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,3 @@ config SOC
4848
default "npcx9m7f" if SOC_NPCX9M7F
4949
default "npcx9m7fb" if SOC_NPCX9M7FB
5050
default "npcx9mfp" if SOC_NPCX9MFP
51-
52-
config NPCX_VCC1_RST_HANG_WORKAROUND
53-
bool
54-
depends on SOC_NPCX9M7FB
55-
default y
56-
help
57-
Workaround the issue "Possible Hang-Up After VCC1_RST Reset"
58-
in the npcx9m7fb SoC errata.

0 commit comments

Comments
 (0)