xref: /linux/arch/mips/mobileye/Kconfig (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1# SPDX-License-Identifier: GPL-2.0
2if EYEQ
3
4choice
5	prompt "Mobileye EyeQ SoC selection"
6	default MACH_EYEQ5
7	help
8	  Select Mobileye EyeQ MIPS SoC type.
9
10	config MACH_EYEQ5
11		bool "Mobileye EyeQ5 SoC"
12
13	config MACH_EYEQ6H
14		bool "Mobileye EyeQ6H SoC"
15
16	config MACH_EYEQ6LPLUS
17		bool "Mobileye EyeQ6Lplus SoC"
18endchoice
19
20config FIT_IMAGE_FDT_EPM5
21	bool "Include FDT for Mobileye EyeQ5 development platforms"
22	depends on MACH_EYEQ5
23	default n
24	help
25	  Enable this to include the FDT for the EyeQ5 development platforms
26	  from Mobileye in the FIT kernel image.
27	  This requires u-boot on the platform.
28
29endif
30