diff options
Diffstat (limited to 'board/freescale/lx2160a/Kconfig')
-rw-r--r-- | board/freescale/lx2160a/Kconfig | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/board/freescale/lx2160a/Kconfig b/board/freescale/lx2160a/Kconfig new file mode 100644 index 0000000000..122a385100 --- /dev/null +++ b/board/freescale/lx2160a/Kconfig @@ -0,0 +1,34 @@ +if TARGET_LX2160ARDB + +config SYS_BOARD + default "lx2160a" + +config SYS_VENDOR + default "freescale" + +config SYS_SOC + default "fsl-layerscape" + +config SYS_CONFIG_NAME + default "lx2160ardb" + +source "board/freescale/common/Kconfig" +endif + +if TARGET_LX2160AQDS + +config SYS_BOARD + default "lx2160a" + +config SYS_VENDOR + default "freescale" + +config SYS_SOC + default "fsl-layerscape" + +config SYS_CONFIG_NAME + default "lx2160aqds" + +source "board/freescale/common/Kconfig" +endif + |