]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/arm/mach-iop33x/Kconfig
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
[linux.git] / arch / arm / mach-iop33x / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if ARCH_IOP33X
3
4 menu "IOP33x Implementation Options"
5
6 comment "IOP33x Platform Types"
7
8 config ARCH_IQ80331
9         bool "Enable support for IQ80331"
10         help
11           Say Y here if you want to run your kernel on the Intel IQ80331
12           evaluation kit for the IOP331 chipset.
13
14 config MACH_IQ80332
15         bool "Enable support for IQ80332"
16         help
17           Say Y here if you want to run your kernel on the Intel IQ80332
18           evaluation kit for the IOP332 chipset.
19
20 endmenu
21
22 endif