drm/modes: Fix drm_mode_vrefres() docs
[drm/drm-misc.git] / arch / mips / mobileye / Kconfig
blobf9abb2d6e1787dbc5a173db48606ed5a02088e41
1 # SPDX-License-Identifier: GPL-2.0
2 if EYEQ
4 choice
5         prompt "Mobileye EyeQ SoC selection"
6         default MACH_EYEQ5
7         help
8           Select Mobileye EyeQ MIPS SoC type.
10         config MACH_EYEQ5
11                 bool "Mobileye EyeQ5 SoC"
13         config MACH_EYEQ6H
14                 bool "Mobileye EyeQ6H SoC"
15 endchoice
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.
26 endif