1 # SPDX-License-Identifier: GPL-2.0 2 if EYEQ 3 4 choice 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 endchoice 16 17 config FIT_IMAGE_FDT_EPM5 18 bool "Include FDT for Mobileye EyeQ5 development platforms" 19 depends on MACH_EYEQ5 20 default n 21 help 22 Enable this to include the FDT for the EyeQ5 development platforms 23 from Mobileye in the FIT kernel image. 24 This requires u-boot on the platform. 25 26 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.