~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/mach-exynos/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/arm/mach-exynos/Kconfig (Version linux-6.12-rc7) and /arch/m68k/mach-exynos/Kconfig (Version linux-6.5.13)


  1 # SPDX-License-Identifier: GPL-2.0                
  2 #                                                 
  3 # Copyright (c) 2010-2011 Samsung Electronics     
  4 #               http://www.samsung.com/           
  5                                                   
  6 # Configuration options for the Samsung Exynos    
  7                                                   
  8 menuconfig ARCH_EXYNOS                            
  9         bool "Samsung Exynos"                     
 10         depends on ARCH_MULTI_V7                  
 11         select ARM_AMBA                           
 12         select ARM_GIC                            
 13         select EXYNOS_IRQ_COMBINER                
 14         select COMMON_CLK_SAMSUNG                 
 15         select EXYNOS_THERMAL                     
 16         select EXYNOS_PMU                         
 17         select EXYNOS_SROM                        
 18         select EXYNOS_PM_DOMAINS if PM_GENERIC    
 19         select HAVE_ARM_ARCH_TIMER if ARCH_EXY    
 20         select HAVE_ARM_SCU if SMP                
 21         select PINCTRL                            
 22         select PINCTRL_EXYNOS                     
 23         select PM_GENERIC_DOMAINS if PM           
 24         select S5P_DEV_MFC                        
 25         select SAMSUNG_MC                         
 26         select SOC_SAMSUNG                        
 27         select SRAM                               
 28         select THERMAL                            
 29         select THERMAL_OF                         
 30         select MFD_SYSCON                         
 31         select MEMORY                             
 32         select CLKSRC_EXYNOS_MCT                  
 33         select POWER_RESET                        
 34         select POWER_RESET_SYSCON                 
 35         select POWER_RESET_SYSCON_POWEROFF        
 36         help                                      
 37           Support for Samsung Exynos SoCs         
 38                                                   
 39 if ARCH_EXYNOS                                    
 40                                                   
 41 config S5P_DEV_MFC                                
 42         bool                                      
 43         help                                      
 44           Compile in setup memory (init) code     
 45                                                   
 46 config ARCH_EXYNOS3                               
 47         bool "Samsung Exynos3"                    
 48         default y                                 
 49         select ARM_CPU_SUSPEND if PM              
 50         help                                      
 51           Samsung Exynos3 (Cortex-A7) SoC base    
 52                                                   
 53 config ARCH_EXYNOS4                               
 54         bool "Samsung Exynos4"                    
 55         default y                                 
 56         select ARM_CPU_SUSPEND if PM_SLEEP        
 57         select CLKSRC_SAMSUNG_PWM if CPU_EXYNO    
 58         select CPU_EXYNOS4210                     
 59         select GIC_NON_BANKED                     
 60         help                                      
 61           Samsung Exynos4 (Cortex-A9) SoC base    
 62                                                   
 63 config ARCH_EXYNOS5                               
 64         bool "Samsung Exynos5"                    
 65         default y                                 
 66         help                                      
 67           Samsung Exynos5 (Cortex-A15/A7) SoC     
 68                                                   
 69 comment "Exynos SoCs"                             
 70                                                   
 71 config SOC_EXYNOS3250                             
 72         bool "Samsung Exynos3250"                 
 73         default y                                 
 74         depends on ARCH_EXYNOS3                   
 75                                                   
 76 config CPU_EXYNOS4210                             
 77         bool "Samsung Exynos4210"                 
 78         default y                                 
 79         depends on ARCH_EXYNOS4                   
 80                                                   
 81 config SOC_EXYNOS4212                             
 82         bool "Samsung Exynos4212"                 
 83         default y                                 
 84         depends on ARCH_EXYNOS4                   
 85                                                   
 86 config SOC_EXYNOS4412                             
 87         bool "Samsung Exynos4412"                 
 88         default y                                 
 89         depends on ARCH_EXYNOS4                   
 90                                                   
 91 config SOC_EXYNOS5250                             
 92         bool "Samsung Exynos5250"                 
 93         default y                                 
 94         depends on ARCH_EXYNOS5                   
 95                                                   
 96 config SOC_EXYNOS5260                             
 97         bool "Samsung Exynos5260"                 
 98         default y                                 
 99         depends on ARCH_EXYNOS5                   
100                                                   
101 config SOC_EXYNOS5410                             
102         bool "Samsung Exynos5410"                 
103         default y                                 
104         depends on ARCH_EXYNOS5                   
105                                                   
106 config SOC_EXYNOS5420                             
107         bool "Samsung Exynos5420"                 
108         default y                                 
109         depends on ARCH_EXYNOS5                   
110         select EXYNOS_MCPM if SMP                 
111         select ARM_CCI400_PORT_CTRL               
112         select ARM_CPU_SUSPEND                    
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                               
123                                                   
124 config EXYNOS_CPU_SUSPEND                         
125         bool                                      
126         select ARM_CPU_SUSPEND                    
127         default PM_SLEEP || ARM_EXYNOS_CPUIDLE    
128                                                   
129 endif                                             
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php