diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-12-14 16:16:50 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-12-19 15:23:01 +0100 |
commit | f8c8cedd7ad377cb2a00d35d94dec0dd260117cc (patch) | |
tree | 690a9fc813d3e3d8a639a1839e2cea3cc1ba078d /arch/mips/mach-mscc/Kconfig | |
parent | 6787c1ece07f771629ea5b463a362f9b4c40d2c0 (diff) |
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/Kconfig | 2 |
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 |