-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since multiple ARCH configuration will be appended into mach-hisi directory, add ARCH_HISI as common configuration for different platforms in mach-hisi. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Acked-by: Wei Xu <xuwei5@hisilicon.com> Signed-off-by: Olof Johansson <olof@lixom.net>
- Loading branch information
Haojian Zhuang
authored and
Olof Johansson
committed
Jul 31, 2014
1 parent
21b9554
commit 7685b12
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
config ARCH_HI3xxx | ||
bool "Hisilicon Hi36xx/Hi37xx family" if ARCH_MULTI_V7 | ||
config ARCH_HISI | ||
bool "Hisilicon SoC Support" | ||
depends on ARCH_MULTIPLATFORM | ||
select ARM_AMBA | ||
select ARM_GIC | ||
select ARM_TIMER_SP804 | ||
|
||
if ARCH_HISI | ||
|
||
menu "Hisilicon platform type" | ||
|
||
config ARCH_HI3xxx | ||
bool "Hisilicon Hi36xx/Hi37xx family" if ARCH_MULTI_V7 | ||
select CACHE_L2X0 | ||
select HAVE_ARM_SCU if SMP | ||
select HAVE_ARM_TWD if SMP | ||
select PINCTRL | ||
select PINCTRL_SINGLE | ||
help | ||
Support for Hisilicon Hi36xx/Hi37xx processor family | ||
|
||
endmenu | ||
|
||
endif |