diff options
Diffstat (limited to 'board/freescale/ls2085a/Kconfig')
-rw-r--r-- | board/freescale/ls2085a/Kconfig | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/board/freescale/ls2085a/Kconfig b/board/freescale/ls2085a/Kconfig new file mode 100644 index 0000000000..5655e186c4 --- /dev/null +++ b/board/freescale/ls2085a/Kconfig @@ -0,0 +1,47 @@ +if TARGET_LS2085A_EMU + +config SYS_CPU + string + default "armv8" + +config SYS_BOARD + string + default "ls2085a" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "fsl-lsch3" + +config SYS_CONFIG_NAME + string + default "ls2085a_emu" + +endif + +if TARGET_LS2085A_SIMU + +config SYS_CPU + string + default "armv8" + +config SYS_BOARD + string + default "ls2085a" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "fsl-lsch3" + +config SYS_CONFIG_NAME + string + default "ls2085a_simu" + +endif |