17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
|
# Nuvoton NPCX4 EC series
|
||
|
|
||
|
# Copyright (c) 2023 Nuvoton Technology Corporation.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
choice
|
||
|
prompt "NPCX4 Selection"
|
||
|
depends on SOC_SERIES_NPCX4
|
||
|
|
||
|
config SOC_NPCX4M3F
|
||
|
bool "NPCX4M3F"
|
||
|
|
||
|
config SOC_NPCX4M8F
|
||
|
bool "NPCX4M8F"
|
||
|
|
||
|
endchoice
|