diff options
Diffstat (limited to 'board/freescale/ls2080a')
-rw-r--r-- | board/freescale/ls2080a/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/ls2080a/Kconfig b/board/freescale/ls2080a/Kconfig index 0b938ff..b503351 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 |