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 <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
c81d95b9ae
commit
37c49f2af9
2 changed files with 8 additions and 8 deletions
|
@ -11,3 +11,11 @@ config SOC_SERIES_NPCX9
|
|||
select CPU_HAS_ARM_MPU
|
||||
select SOC_FAMILY_NPCX
|
||||
select HAS_PM
|
||||
|
||||
config NPCX_VCC1_RST_HANG_WORKAROUND
|
||||
bool
|
||||
depends on SOC_NPCX9M7FB
|
||||
default y
|
||||
help
|
||||
Workaround the issue "Possible Hang-Up After VCC1_RST Reset"
|
||||
in the npcx9m7fb SoC errata.
|
||||
|
|
|
@ -48,11 +48,3 @@ config SOC
|
|||
default "npcx9m7f" if SOC_NPCX9M7F
|
||||
default "npcx9m7fb" if SOC_NPCX9M7FB
|
||||
default "npcx9mfp" if SOC_NPCX9MFP
|
||||
|
||||
config NPCX_VCC1_RST_HANG_WORKAROUND
|
||||
bool
|
||||
depends on SOC_NPCX9M7FB
|
||||
default y
|
||||
help
|
||||
Workaround the issue "Possible Hang-Up After VCC1_RST Reset"
|
||||
in the npcx9m7fb SoC errata.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue