Commit 7e9291720d2b8b6c2f6ea494f7a3c42a875dbc73

Authored by Stefano Babic
1 parent e82abaeb7f

Update aristainetos board to Kconfig

aristainetos board was merged in u-boot-imx before
Kconfig was integrated, but it is not yet
mainline.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Heiko Schocher <hs@denx.de>
Acked-by: Heiko Schocher <hs@denx.de>

Showing 4 changed files with 32 additions and 0 deletions Side-by-side Diff

... ... @@ -512,6 +512,9 @@
512 512 config TARGET_EMBESTMX6BOARDS
513 513 bool "Support embestmx6boards"
514 514  
  515 +config TARGET_ARISTAINETOS
  516 + bool "Support aristainetos"
  517 +
515 518 config TARGET_MX6QARM2
516 519 bool "Support mx6qarm2"
517 520  
... ... @@ -773,6 +776,7 @@
773 776 endchoice
774 777  
775 778 source "board/8dtech/eco5pk/Kconfig"
  779 +source "board/aristainetos/Kconfig"
776 780 source "board/Barix/ipam390/Kconfig"
777 781 source "board/BuR/kwb/Kconfig"
778 782 source "board/BuR/tseries/Kconfig"
board/aristainetos/Kconfig
  1 +if TARGET_ARISTAINETOS
  2 +
  3 +config SYS_CPU
  4 + string
  5 + default "armv7"
  6 +
  7 +config SYS_BOARD
  8 + string
  9 + default "aristainetos"
  10 +
  11 +config SYS_SOC
  12 + string
  13 + default "mx6"
  14 +
  15 +config SYS_CONFIG_NAME
  16 + string
  17 + default "aristainetos"
  18 +
  19 +endif
board/aristainetos/MAINTAINERS
  1 +ARISTAINETOS BOARD
  2 +M: Heiko Schocher <hs@denx.de>
  3 +S: Maintained
  4 +F: board/aristainetos/
  5 +F: include/configs/aristainetos.h
  6 +F: configs/aristainetos_defconfig
configs/aristainetos_defconfig
  1 +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/aristainetos/aristainetos.cfg,MX6DL"
  2 +CONFIG_ARM=y
  3 +CONFIG_TARGET_ARISTAINETOS=y