diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2016-03-21 01:37:00 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-27 13:12:55 (GMT) |
commit | f19eb15426d83f983fc18b46e6c274caf62cfd42 (patch) | |
tree | 2907fda2a5ed3ed627f8c991d73f3625cc75984c /arch/arm/Kconfig | |
parent | 9caeb26c5446fbf835c88c0bfc470d66aaad82c6 (diff) | |
download | u-boot-fsl-qoriq-f19eb15426d83f983fc18b46e6c274caf62cfd42.tar.xz |
zipitz2: restore board support
zipitz2 was dropped in 49d8899ba9c26335e4a12e01c18028fc5e40c796
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ab986d3..e668994 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -687,6 +687,10 @@ config TARGET_H2200 bool "Support h2200" select CPU_PXA +config TARGET_ZIPITZ2 + bool "Support zipitz2" + select CPU_PXA + config TARGET_COLIBRI_PXA270 bool "Support colibri_pxa270" select CPU_PXA @@ -860,6 +864,7 @@ source "board/technologic/ts4800/Kconfig" source "board/vscom/baltos/Kconfig" source "board/woodburn/Kconfig" source "board/work-microwave/work_92105/Kconfig" +source "board/zipitz2/Kconfig" source "arch/arm/Kconfig.debug" |