1# SPDX-License-Identifier: GPL-2.0 2if ARCH_IOP13XX 3 4menu "IOP13XX Implementation Options" 5 6comment "IOP13XX Platform Support" 7 8config MACH_IQ81340SC 9 bool "Enable IQ81340SC Hardware Support" 10 help 11 Say Y here if you want to support running on the Intel IQ81340SC 12 evaluation kit. 13 14config MACH_IQ81340MC 15 bool "Enable IQ81340MC Hardware Support" 16 help 17 Say Y here if you want to support running on the Intel IQ81340MC 18 evaluation kit. 19 20endmenu 21endif 22