soc: npcx: add support for npcx9m7fb
Add new SoC npcx9m7fb support for npcx9 series. Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
This commit is contained in:
parent
21ce4a271e
commit
c2179bcef0
4 changed files with 51 additions and 1 deletions
|
@ -35,7 +35,7 @@ config NPCX_HEADER_CHIP
|
|||
default "npcx7m7" if SOC_NPCX7M7FC
|
||||
default "npcx9m3" if SOC_NPCX9M3F
|
||||
default "npcx9m6" if SOC_NPCX9M6F
|
||||
default "npcx9m7" if SOC_NPCX9M7F
|
||||
default "npcx9m7" if SOC_NPCX9M7F || SOC_NPCX9M7FB
|
||||
default "npcx9mfp" if SOC_NPCX9MFP
|
||||
default "npcx4m3" if SOC_NPCX4M3F
|
||||
default "npcx4m8" if SOC_NPCX4M8F
|
||||
|
|
|
@ -27,6 +27,12 @@ config SOC_NPCX9M7F
|
|||
help
|
||||
NPCX9M7F
|
||||
|
||||
config SOC_NPCX9M7FB
|
||||
bool
|
||||
select SOC_SERIES_NPCX9
|
||||
help
|
||||
NPCX9M7FB
|
||||
|
||||
config SOC_NPCX9MFP
|
||||
bool
|
||||
select SOC_SERIES_NPCX9
|
||||
|
@ -40,4 +46,5 @@ config SOC
|
|||
default "npcx9m3f" if SOC_NPCX9M3F
|
||||
default "npcx9m6f" if SOC_NPCX9M6F
|
||||
default "npcx9m7f" if SOC_NPCX9M7F
|
||||
default "npcx9m7fb" if SOC_NPCX9M7FB
|
||||
default "npcx9mfp" if SOC_NPCX9MFP
|
||||
|
|
|
@ -15,4 +15,5 @@ family:
|
|||
- name: npcx9m3f
|
||||
- name: npcx9m6f
|
||||
- name: npcx9m7f
|
||||
- name: npcx9m7fb
|
||||
- name: npcx9mfp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue