1# Nuvoton NPCX9 EC series 2 3# Copyright (c) 2021 Nuvoton Technology Corporation. 4# SPDX-License-Identifier: Apache-2.0 5 6choice 7 prompt "NPCX9 Selection" 8 depends on SOC_SERIES_NPCX9 9 10config SOC_NPCX9M3F 11 bool "NPCX9M3F" 12 13config SOC_NPCX9M6F 14 bool "NPCX9M6F" 15 16config SOC_NPCX9M7F 17 bool "NPCX9M7F" 18 19endchoice 20