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" 15endchoice 16 17config 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 26endif 27