summaryrefslogtreecommitdiff
path: root/arch/mips/mach-mscc
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@bootlin.com>2018-12-14 16:16:49 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-12-19 15:23:01 +0100
commit6787c1ece07f771629ea5b463a362f9b4c40d2c0 (patch)
tree1340a0d0907ae67cb47ef62732a798790c8145a7 /arch/mips/mach-mscc
parent6bd8231a6dd58c2003e67a84e55705014d963989 (diff)
MSCC: add board support for the Ocelots based evaluation boards
Adding the support for 2 boards sharing common code for Ocelot chip: PCB120 and PCB123 Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/mips/mach-mscc')
-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 a8cace0e79..fc806fc1f3 100644
--- a/arch/mips/mach-mscc/Kconfig
+++ b/arch/mips/mach-mscc/Kconfig
@@ -79,4 +79,6 @@ config DDRTYPE_MT47H128M8HQ
endchoice
+source "board/mscc/ocelot/Kconfig"
+
endmenu