diff options
author | Stefano Babic | 2014-08-11 10:18:41 +0200 |
---|---|---|
committer | Stefano Babic | 2014-08-13 09:30:41 +0200 |
commit | 7e9291720d2b8b6c2f6ea494f7a3c42a875dbc73 (patch) | |
tree | 1c5016c88a8f9396bfc022b9fbf815d93289325d /arch | |
parent | e82abaeb7f2a0833fccf90460c48b9f2100258f8 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e385eda94cd..63f8576aa3a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -512,6 +512,9 @@ config TARGET_CGTQMX6EVAL config TARGET_EMBESTMX6BOARDS bool "Support embestmx6boards" +config TARGET_ARISTAINETOS + bool "Support aristainetos" + config TARGET_MX6QARM2 bool "Support mx6qarm2" @@ -773,6 +776,7 @@ config TARGET_JORNADA endchoice source "board/8dtech/eco5pk/Kconfig" +source "board/aristainetos/Kconfig" source "board/Barix/ipam390/Kconfig" source "board/BuR/kwb/Kconfig" source "board/BuR/tseries/Kconfig" |