2014-04-01 11:01:09 +08:00
|
|
|
config ARCH_HISI
|
|
|
|
bool "Hisilicon SoC Support"
|
|
|
|
depends on ARCH_MULTIPLATFORM
|
2013-12-11 15:54:50 +08:00
|
|
|
select ARM_AMBA
|
|
|
|
select ARM_GIC
|
|
|
|
select ARM_TIMER_SP804
|
2014-04-01 11:01:09 +08:00
|
|
|
|
|
|
|
if ARCH_HISI
|
|
|
|
|
|
|
|
menu "Hisilicon platform type"
|
|
|
|
|
|
|
|
config ARCH_HI3xxx
|
|
|
|
bool "Hisilicon Hi36xx/Hi37xx family" if ARCH_MULTI_V7
|
2013-12-11 15:54:50 +08:00
|
|
|
select CACHE_L2X0
|
2014-02-18 03:29:14 +08:00
|
|
|
select HAVE_ARM_SCU if SMP
|
2014-02-02 06:35:42 +08:00
|
|
|
select HAVE_ARM_TWD if SMP
|
2013-12-11 15:54:50 +08:00
|
|
|
select PINCTRL
|
|
|
|
select PINCTRL_SINGLE
|
|
|
|
help
|
|
|
|
Support for Hisilicon Hi36xx/Hi37xx processor family
|
2014-04-01 11:01:09 +08:00
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|