Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 9a88b33

Browse files
committed
MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choice
The reason is described in 5033ad5 ("MIPS: move unselectable entries out of the "CPU type" choice"). At the same time, commit 101bd58 ("MIPS: Add support for Mobileye EyeQ5") introduced another unselectable choice member. (In fact, 5033ad5 and 101bd58 have the same commit time.) Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent a46aba1 commit 9a88b33

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

arch/mips/Kconfig

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -619,15 +619,6 @@ config MACH_EYEQ5
619619

620620
bool
621621

622-
config FIT_IMAGE_FDT_EPM5
623-
bool "Include FDT for Mobileye EyeQ5 development platforms"
624-
depends on MACH_EYEQ5
625-
default n
626-
help
627-
Enable this to include the FDT for the EyeQ5 development platforms
628-
from Mobileye in the FIT kernel image.
629-
This requires u-boot on the platform.
630-
631622
config MACH_NINTENDO64
632623
bool "Nintendo 64 console"
633624
select CEVT_R4K
@@ -1011,6 +1002,15 @@ config CAVIUM_OCTEON_SOC
10111002

10121003
endchoice
10131004

1005+
config FIT_IMAGE_FDT_EPM5
1006+
bool "Include FDT for Mobileye EyeQ5 development platforms"
1007+
depends on MACH_EYEQ5
1008+
default n
1009+
help
1010+
Enable this to include the FDT for the EyeQ5 development platforms
1011+
from Mobileye in the FIT kernel image.
1012+
This requires u-boot on the platform.
1013+
10141014
source "arch/mips/alchemy/Kconfig"
10151015
source "arch/mips/ath25/Kconfig"
10161016
source "arch/mips/ath79/Kconfig"

0 commit comments

Comments
 (0)