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