blob: c4f04070b4c1a40c50c8894794bd8db0c53979d3 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# 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