diff options
| author | Christoph Fritz <[email protected]> | 2016-11-29 16:13:40 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-11-30 09:54:42 +0100 |
| commit | 730d25443aa894a32b9f66ebde3bfbf64b73ac7a (patch) | |
| tree | 5c3f992f92ee1b27fe25089cfa232759147680ea /arch/arm | |
| parent | 9cd37b02a010addfbe6b2ed5b2eacd5bd7e36fb8 (diff) | |
mx6sx: Add initial support for Samtec VIN|ING 2000 board
This patch adds initial support for Samtec VIN|ING 2000 board.
Signed-off-by: Christoph Fritz <[email protected]>
Reviewed-by: Stefano Babic <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index a81d9440289..8c96ba37c39 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -204,6 +204,12 @@ config TARGET_UDOO_NEO bool "UDOO Neo" select SUPPORT_SPL +config TARGET_SAMTEC_VINING_2000 + bool "samtec VIN|ING 2000" + select MX6SX + select DM + select DM_THERMAL + config TARGET_WANDBOARD bool "wandboard" select SUPPORT_SPL @@ -259,6 +265,7 @@ source "board/freescale/mx6ullevk/Kconfig" source "board/phytec/pcm058/Kconfig" source "board/gateworks/gw_ventana/Kconfig" source "board/kosagi/novena/Kconfig" +source "board/samtec/vining_2000/Kconfig" source "board/seco/Kconfig" source "board/solidrun/mx6cuboxi/Kconfig" source "board/technexion/pico-imx6ul/Kconfig" |
