forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/mach-exynos/Kconfig
....@@ -3,24 +3,25 @@
33 # Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
44 # http://www.samsung.com/
55
6
-# Configuration options for the EXYNOS
6
+# Configuration options for the Samsung Exynos
77
88 menuconfig ARCH_EXYNOS
9
- bool "Samsung EXYNOS"
9
+ bool "Samsung Exynos"
1010 depends on ARCH_MULTI_V7
11
- select ARCH_HAS_HOLES_MEMORYMODEL
1211 select ARCH_SUPPORTS_BIG_ENDIAN
1312 select ARM_AMBA
1413 select ARM_GIC
14
+ select EXYNOS_IRQ_COMBINER
1515 select COMMON_CLK_SAMSUNG
16
+ select EXYNOS_ASV
17
+ select EXYNOS_CHIPID
1618 select EXYNOS_THERMAL
1719 select EXYNOS_PMU
1820 select EXYNOS_SROM
1921 select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
20
- select GPIOLIB
22
+ select HAVE_ARM_ARCH_TIMER if ARCH_EXYNOS5
2123 select HAVE_ARM_SCU if SMP
2224 select HAVE_S3C2410_I2C if I2C
23
- select HAVE_S3C2410_WATCHDOG if WATCHDOG
2425 select HAVE_S3C_RTC if RTC_CLASS
2526 select PINCTRL
2627 select PINCTRL_EXYNOS
....@@ -38,7 +39,7 @@
3839 select POWER_RESET_SYSCON
3940 select POWER_RESET_SYSCON_POWEROFF
4041 help
41
- Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5)
42
+ Support for Samsung Exynos SoCs
4243
4344 if ARCH_EXYNOS
4445
....@@ -48,78 +49,77 @@
4849 Compile in setup memory (init) code for MFC
4950
5051 config ARCH_EXYNOS3
51
- bool "SAMSUNG EXYNOS3"
52
+ bool "Samsung Exynos3"
53
+ default y
5254 select ARM_CPU_SUSPEND if PM
5355 help
54
- Samsung EXYNOS3 (Cortex-A7) SoC based systems
56
+ Samsung Exynos3 (Cortex-A7) SoC based systems
5557
5658 config ARCH_EXYNOS4
57
- bool "SAMSUNG EXYNOS4"
59
+ bool "Samsung Exynos4"
5860 default y
5961 select ARM_CPU_SUSPEND if PM_SLEEP
6062 select CLKSRC_SAMSUNG_PWM if CPU_EXYNOS4210
6163 select CPU_EXYNOS4210
6264 select GIC_NON_BANKED
63
- select MIGHT_HAVE_CACHE_L2X0
6465 help
65
- Samsung EXYNOS4 (Cortex-A9) SoC based systems
66
+ Samsung Exynos4 (Cortex-A9) SoC based systems
6667
6768 config ARCH_EXYNOS5
68
- bool "SAMSUNG EXYNOS5"
69
+ bool "Samsung Exynos5"
6970 default y
7071 help
71
- Samsung EXYNOS5 (Cortex-A15/A7) SoC based systems
72
+ Samsung Exynos5 (Cortex-A15/A7) SoC based systems
7273
73
-comment "EXYNOS SoCs"
74
+comment "Exynos SoCs"
7475
7576 config SOC_EXYNOS3250
76
- bool "SAMSUNG EXYNOS3250"
77
+ bool "Samsung Exynos3250"
7778 default y
7879 depends on ARCH_EXYNOS3
7980
8081 config CPU_EXYNOS4210
81
- bool "SAMSUNG EXYNOS4210"
82
+ bool "Samsung Exynos4210"
8283 default y
8384 depends on ARCH_EXYNOS4
8485
8586 config SOC_EXYNOS4412
86
- bool "SAMSUNG EXYNOS4412"
87
+ bool "Samsung Exynos4412"
8788 default y
8889 depends on ARCH_EXYNOS4
8990
9091 config SOC_EXYNOS5250
91
- bool "SAMSUNG EXYNOS5250"
92
+ bool "Samsung Exynos5250"
9293 default y
9394 depends on ARCH_EXYNOS5
9495
9596 config SOC_EXYNOS5260
96
- bool "SAMSUNG EXYNOS5260"
97
+ bool "Samsung Exynos5260"
9798 default y
9899 depends on ARCH_EXYNOS5
99100
100101 config SOC_EXYNOS5410
101
- bool "SAMSUNG EXYNOS5410"
102
+ bool "Samsung Exynos5410"
102103 default y
103104 depends on ARCH_EXYNOS5
104105
105106 config SOC_EXYNOS5420
106
- bool "SAMSUNG EXYNOS5420"
107
+ bool "Samsung Exynos5420"
107108 default y
108109 depends on ARCH_EXYNOS5
109
-
110
-config SOC_EXYNOS5800
111
- bool "SAMSUNG EXYNOS5800"
112
- default y
113
- depends on SOC_EXYNOS5420
114
-
115
-config EXYNOS5420_MCPM
116
- bool "Exynos5420 Multi-Cluster PM support"
117
- depends on MCPM && SOC_EXYNOS5420
110
+ select EXYNOS_MCPM if SMP
118111 select ARM_CCI400_PORT_CTRL
119112 select ARM_CPU_SUSPEND
120
- help
121
- This is needed to provide CPU and cluster power management
122
- on Exynos5420 implementing big.LITTLE.
113
+
114
+config SOC_EXYNOS5800
115
+ bool "Samsung EXYNOS5800"
116
+ default y
117
+ depends on SOC_EXYNOS5420
118
+ select EXYNOS_REGULATOR_COUPLER
119
+
120
+config EXYNOS_MCPM
121
+ bool
122
+ select MCPM
123123
124124 config EXYNOS_CPU_SUSPEND
125125 bool