]> git.ipfire.org Git - thirdparty/linux.git/blob - arch/mips/jz4740/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / arch / mips / jz4740 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 choice
3 prompt "Machine type"
4 depends on MACH_INGENIC
5 default JZ4740_QI_LB60
6
7 config JZ4740_QI_LB60
8 bool "Qi Hardware Ben NanoNote"
9 select MACH_JZ4740
10
11 config JZ4780_CI20
12 bool "MIPS Creator CI20"
13 select MACH_JZ4780
14
15 endchoice
16
17 config MACH_JZ4740
18 bool
19 select SYS_HAS_CPU_MIPS32_R1
20
21 config MACH_JZ4780
22 bool
23 select MIPS_CPU_SCACHE
24 select SYS_HAS_CPU_MIPS32_R2
25 select SYS_SUPPORTS_HIGHMEM