summaryrefslogtreecommitdiff
path: root/board/freescale/ls2080a/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/ls2080a/Kconfig')
-rw-r--r--board/freescale/ls2080a/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/ls2080a/Kconfig b/board/freescale/ls2080a/Kconfig
index 0b938ffb54..b5033511b5 100644
--- a/board/freescale/ls2080a/Kconfig
+++ b/board/freescale/ls2080a/Kconfig
@@ -12,6 +12,8 @@ config SYS_SOC
config SYS_CONFIG_NAME
default "ls2080a_emu"
+source "board/freescale/common/Kconfig"
+
endif
if TARGET_LS2080A_SIMU
@@ -28,4 +30,6 @@ config SYS_SOC
config SYS_CONFIG_NAME
default "ls2080a_simu"
+source "board/freescale/common/Kconfig"
+
endif