diff options
author | Vasily Khoruzhick | 2016-03-20 18:37:00 -0700 |
---|---|---|
committer | Tom Rini | 2016-03-27 09:12:55 -0400 |
commit | f19eb15426d83f983fc18b46e6c274caf62cfd42 (patch) | |
tree | 2907fda2a5ed3ed627f8c991d73f3625cc75984c /arch/arm | |
parent | 9caeb26c5446fbf835c88c0bfc470d66aaad82c6 (diff) |
zipitz2: restore board support
zipitz2 was dropped in 49d8899ba9c26335e4a12e01c18028fc5e40c796
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Diffstat (limited to 'arch/arm')
-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 ab986d3371f..e668994cdf2 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" |