summaryrefslogtreecommitdiff
path: root/arch/mips/mach-mscc/Kconfig
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@bootlin.com>2018-12-14 16:16:50 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-12-19 15:23:01 +0100
commitf8c8cedd7ad377cb2a00d35d94dec0dd260117cc (patch)
tree690a9fc813d3e3d8a639a1839e2cea3cc1ba078d /arch/mips/mach-mscc/Kconfig
parent6787c1ece07f771629ea5b463a362f9b4c40d2c0 (diff)
downloadu-boot-f8c8cedd7ad377cb2a00d35d94dec0dd260117cc.tar.gz
MSCC: add board support for the Luton based evaluation board
Adding the support for the Luton boards PCB91 which share common code with the Ocelots boards, including board code, device tree and configuration. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/mips/mach-mscc/Kconfig')
-rw-r--r--arch/mips/mach-mscc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mach-mscc/Kconfig b/arch/mips/mach-mscc/Kconfig
index fc806fc1f3..0e35b77c9d 100644
--- a/arch/mips/mach-mscc/Kconfig
+++ b/arch/mips/mach-mscc/Kconfig
@@ -81,4 +81,6 @@ endchoice
source "board/mscc/ocelot/Kconfig"
+source "board/mscc/luton/Kconfig"
+
endmenu