mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 05:20:58 +07:00
4a9b373718
Move reboot code from hisilicon platform driver into reset driver. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Acked-by: Wei Xu <xuwei5@hisilicon.com> Signed-off-by: Olof Johansson <olof@lixom.net>
37 lines
727 B
Plaintext
37 lines
727 B
Plaintext
config ARCH_HISI
|
|
bool "Hisilicon SoC Support"
|
|
depends on ARCH_MULTIPLATFORM
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select ARM_TIMER_SP804
|
|
select POWER_RESET
|
|
select POWER_RESET_HISI
|
|
select POWER_SUPPLY
|
|
|
|
if ARCH_HISI
|
|
|
|
menu "Hisilicon platform type"
|
|
|
|
config ARCH_HI3xxx
|
|
bool "Hisilicon Hi36xx 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 SoC family
|
|
|
|
config ARCH_HIX5HD2
|
|
bool "Hisilicon X5HD2 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 HIX5HD2 SoC family
|
|
endmenu
|
|
|
|
endif
|