Kconfig 1.2 KB
Newer Older
H
Haojian Zhuang 已提交
1 2
config ARCH_HISI
	bool "Hisilicon SoC Support"
A
Arnd Bergmann 已提交
3
	depends on ARCH_MULTI_V7
4 5 6
	select ARM_AMBA
	select ARM_GIC
	select ARM_TIMER_SP804
7 8 9
	select POWER_RESET
	select POWER_RESET_HISI
	select POWER_SUPPLY
H
Haojian Zhuang 已提交
10 11 12 13 14 15

if ARCH_HISI

menu "Hisilicon platform type"

config ARCH_HI3xxx
16 17
	bool "Hisilicon Hi36xx family"
	depends on ARCH_MULTI_V7
18
	select CACHE_L2X0
19
	select HAVE_ARM_SCU if SMP
20
	select HAVE_ARM_TWD if SMP
21 22 23
	select PINCTRL
	select PINCTRL_SINGLE
	help
H
Haifeng Yan 已提交
24
	  Support for Hisilicon Hi36xx SoC family
H
Haojian Zhuang 已提交
25

W
Wang Long 已提交
26
config ARCH_HIP01
27 28
       bool "Hisilicon HIP01 family"
       depends on ARCH_MULTI_V7
W
Wang Long 已提交
29 30 31 32 33 34
       select HAVE_ARM_SCU if SMP
       select HAVE_ARM_TWD if SMP
       select ARM_GLOBAL_TIMER
       help
         Support for Hisilicon HIP01 SoC family

H
Haojian Zhuang 已提交
35
config ARCH_HIP04
36 37
	bool "Hisilicon HiP04 Cortex A15 family"
	depends on ARCH_MULTI_V7
H
Haojian Zhuang 已提交
38 39 40 41 42 43 44
	select ARM_ERRATA_798181 if SMP
	select HAVE_ARM_ARCH_TIMER
	select MCPM if SMP
	select MCPM_QUAD_CLUSTER if SMP
	help
	  Support for Hisilicon HiP04 SoC family

H
Haifeng Yan 已提交
45
config ARCH_HIX5HD2
46 47
	bool "Hisilicon X5HD2 family"
	depends on ARCH_MULTI_V7
H
Haifeng Yan 已提交
48 49 50 51 52 53 54
	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
H
Haojian Zhuang 已提交
55 56 57
endmenu

endif