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

TOMOYO Linux Cross Reference
Linux/arch/arm/mach-s3c/Kconfig.s3c64xx

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-s3c/Kconfig.s3c64xx (Version linux-6.12-rc7) and /arch/alpha/mach-s3c/Kconfig.s3c64xx (Version linux-4.12.14)


  1 # SPDX-License-Identifier: GPL-2.0                
  2 #                                                 
  3 # Copyright 2008 Openmoko, Inc.                   
  4 #       Simtec Electronics, Ben Dooks <ben@simt    
  5                                                   
  6 menuconfig ARCH_S3C64XX                           
  7         bool "Samsung S3C64XX (deprecated, see    
  8         depends on ARCH_MULTI_V6                  
  9         select ARM_AMBA                           
 10         select ARM_VIC                            
 11         select CLKSRC_SAMSUNG_PWM                 
 12         select COMMON_CLK_SAMSUNG                 
 13         select GPIO_SAMSUNG if ATAGS              
 14         select GPIOLIB                            
 15         select HAVE_TCM                           
 16         select PLAT_SAMSUNG                       
 17         select PM_GENERIC_DOMAINS if PM           
 18         select S3C_GPIO_TRACK if ATAGS            
 19         select S3C2410_WATCHDOG                   
 20         select SAMSUNG_ATAGS if ATAGS             
 21         select SAMSUNG_WAKEMASK if PM             
 22         select WATCHDOG                           
 23         help                                      
 24           Samsung S3C64XX series based systems    
 25                                                   
 26           The platform is deprecated and sched    
 27           the maintainers of the platform and     
 28           you still use it.                       
 29           Without such feedback, the platform     
 30                                                   
 31 if ARCH_S3C64XX                                   
 32                                                   
 33 # Configuration options for the S3C6410 CPU       
 34                                                   
 35 config CPU_S3C6400                                
 36         bool                                      
 37         help                                      
 38           Enable S3C6400 CPU support              
 39                                                   
 40 config CPU_S3C6410                                
 41         bool                                      
 42         help                                      
 43           Enable S3C6410 CPU support              
 44                                                   
 45 config S3C64XX_PL080                              
 46         def_bool DMADEVICES                       
 47         select AMBA_PL08X                         
 48                                                   
 49 config S3C64XX_SETUP_SDHCI                        
 50         bool                                      
 51         select S3C64XX_SETUP_SDHCI_GPIO           
 52         help                                      
 53           Internal configuration for default S    
 54           S3C6410 SoCs.                           
 55                                                   
 56 # platform specific device setup                  
 57                                                   
 58 config S3C64XX_SETUP_I2C0                         
 59         bool                                      
 60         default y                                 
 61         help                                      
 62           Common setup code for i2c bus 0.        
 63                                                   
 64           Note, currently since i2c0 is always    
 65           is always compiled with it.             
 66                                                   
 67 config S3C64XX_SETUP_I2C1                         
 68         bool                                      
 69         help                                      
 70           Common setup code for i2c bus 1.        
 71                                                   
 72 config S3C64XX_SETUP_FB_24BPP                     
 73         bool                                      
 74         help                                      
 75           Common setup code for S3C64XX with a    
 76                                                   
 77 config S3C64XX_SETUP_KEYPAD                       
 78         bool                                      
 79         help                                      
 80           Common setup code for S3C64XX KEYPAD    
 81                                                   
 82 config S3C64XX_SETUP_SDHCI_GPIO                   
 83         bool                                      
 84         help                                      
 85           Common setup code for S3C64XX SDHCI     
 86                                                   
 87 config S3C64XX_SETUP_SPI                          
 88         bool                                      
 89         help                                      
 90           Common setup code for SPI GPIO confi    
 91                                                   
 92 config S3C64XX_SETUP_USB_PHY                      
 93         bool                                      
 94         help                                      
 95           Common setup code for USB PHY contro    
 96                                                   
 97 # S36400 Macchine support                         
 98                                                   
 99 config MACH_WLF_CRAGG_6410                        
100         bool "Wolfson Cragganmore 6410"           
101         depends on ATAGS                          
102         depends on I2C=y                          
103         select CPU_S3C6410                        
104         select LEDS_GPIO_REGISTER                 
105         select S3C64XX_DEV_SPI0                   
106         select S3C64XX_SETUP_FB_24BPP             
107         select S3C64XX_SETUP_I2C1                 
108         select S3C64XX_SETUP_KEYPAD               
109         select S3C64XX_SETUP_SDHCI                
110         select S3C64XX_SETUP_SPI                  
111         select S3C64XX_SETUP_USB_PHY              
112         select S3C_DEV_FB                         
113         select S3C_DEV_HSMMC                      
114         select S3C_DEV_HSMMC1                     
115         select S3C_DEV_HSMMC2                     
116         select S3C_DEV_I2C1                       
117         select S3C_DEV_USB_HOST                   
118         select S3C_DEV_USB_HSOTG                  
119         select SAMSUNG_DEV_KEYPAD                 
120         select SAMSUNG_DEV_PWM                    
121         help                                      
122           Machine support for the Wolfson Crag    
123                                                   
124 config MACH_S3C64XX_DT                            
125         bool "Samsung S3C6400/S3C6410 machine     
126         select CPU_S3C6400                        
127         select CPU_S3C6410                        
128         select PINCTRL                            
129         select PINCTRL_S3C64XX                    
130         help                                      
131           Machine support for Samsung S3C6400/    
132           enabled.                                
133           Select this if a fdt blob is availab    
134           board.                                  
135           Note: This is under development and     
136           supported with this machine file.       
137                                                   
138 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