1*fbe0fae6SGregory CLEMENT# SPDX-License-Identifier: GPL-2.0 2*fbe0fae6SGregory CLEMENTif EYEQ 3*fbe0fae6SGregory CLEMENT 4*fbe0fae6SGregory CLEMENTchoice 5*fbe0fae6SGregory CLEMENT prompt "Mobileye EyeQ SoC selection" 6*fbe0fae6SGregory CLEMENT default MACH_EYEQ5 7*fbe0fae6SGregory CLEMENT help 8*fbe0fae6SGregory CLEMENT Select Mobileye EyeQ MIPS SoC type. 9*fbe0fae6SGregory CLEMENT 10*fbe0fae6SGregory CLEMENT config MACH_EYEQ5 11*fbe0fae6SGregory CLEMENT bool "Mobileye EyeQ5 SoC" 12*fbe0fae6SGregory CLEMENT 13*fbe0fae6SGregory CLEMENT config MACH_EYEQ6H 14*fbe0fae6SGregory CLEMENT bool "Mobileye EyeQ6H SoC" 15*fbe0fae6SGregory CLEMENTendchoice 16*fbe0fae6SGregory CLEMENT 17*fbe0fae6SGregory CLEMENTconfig FIT_IMAGE_FDT_EPM5 18*fbe0fae6SGregory CLEMENT bool "Include FDT for Mobileye EyeQ5 development platforms" 19*fbe0fae6SGregory CLEMENT depends on MACH_EYEQ5 20*fbe0fae6SGregory CLEMENT default n 21*fbe0fae6SGregory CLEMENT help 22*fbe0fae6SGregory CLEMENT Enable this to include the FDT for the EyeQ5 development platforms 23*fbe0fae6SGregory CLEMENT from Mobileye in the FIT kernel image. 24*fbe0fae6SGregory CLEMENT This requires u-boot on the platform. 25*fbe0fae6SGregory CLEMENT 26*fbe0fae6SGregory CLEMENTendif 27