From: Paul Burton <paul.burton@xxxxxxxxxx> Now that a jz4780 based board (the MIPS Creator CI20) is present, allow the jz4780 SoC to be selected as the machine type via Kconfig. Signed-off-by: Paul Burton <paul.burton@xxxxxxxxxx> Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> --- arch/mips/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 296bafb..6bd77f1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -292,7 +292,7 @@ config MACH_JZ4740 select LIBFDT config MACH_JZ4780 - bool + bool "Ingenic JZ4780 based machines" select SYS_HAS_CPU_MIPS32_R2 select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN -- 1.9.1