Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) Kconfig (79a0d4d8f1ae9568a952c8e5928ee81b30c8df11)
1config ARCH_HISI
2 bool "Hisilicon SoC Support"
3 depends on ARCH_MULTI_V7
4 select ARM_AMBA
5 select ARM_GIC
6 select ARM_TIMER_SP804
7 select POWER_RESET
8 select POWER_RESET_HISI

--- 25 unchanged lines hidden (view full) ---

34
35config ARCH_HIP04
36 bool "Hisilicon HiP04 Cortex A15 family"
37 depends on ARCH_MULTI_V7
38 select ARM_ERRATA_798181 if SMP
39 select HAVE_ARM_ARCH_TIMER
40 select MCPM if SMP
41 select MCPM_QUAD_CLUSTER if SMP
1config ARCH_HISI
2 bool "Hisilicon SoC Support"
3 depends on ARCH_MULTI_V7
4 select ARM_AMBA
5 select ARM_GIC
6 select ARM_TIMER_SP804
7 select POWER_RESET
8 select POWER_RESET_HISI

--- 25 unchanged lines hidden (view full) ---

34
35config ARCH_HIP04
36 bool "Hisilicon HiP04 Cortex A15 family"
37 depends on ARCH_MULTI_V7
38 select ARM_ERRATA_798181 if SMP
39 select HAVE_ARM_ARCH_TIMER
40 select MCPM if SMP
41 select MCPM_QUAD_CLUSTER if SMP
42 select GENERIC_IRQ_EFFECTIVE_AFF_MASK
42 help
43 Support for Hisilicon HiP04 SoC family
44
45config ARCH_HIX5HD2
46 bool "Hisilicon X5HD2 family"
47 depends on ARCH_MULTI_V7
48 select CACHE_L2X0
49 select HAVE_ARM_SCU if SMP
50 select HAVE_ARM_TWD if SMP
51 select PINCTRL
52 select PINCTRL_SINGLE
53 help
54 Support for Hisilicon HIX5HD2 SoC family
55endmenu
56
57endif
43 help
44 Support for Hisilicon HiP04 SoC family
45
46config ARCH_HIX5HD2
47 bool "Hisilicon X5HD2 family"
48 depends on ARCH_MULTI_V7
49 select CACHE_L2X0
50 select HAVE_ARM_SCU if SMP
51 select HAVE_ARM_TWD if SMP
52 select PINCTRL
53 select PINCTRL_SINGLE
54 help
55 Support for Hisilicon HIX5HD2 SoC family
56endmenu
57
58endif