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

TOMOYO Linux Cross Reference
Linux/arch/mips/ralink/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/mips/ralink/Kconfig (Version linux-6.12-rc7) and /arch/m68k/ralink/Kconfig (Version linux-2.6.0)


  1 # SPDX-License-Identifier: GPL-2.0                
  2 if RALINK                                         
  3                                                   
  4 config CLKEVT_RT3352                              
  5         bool                                      
  6         depends on SOC_RT305X || SOC_MT7620       
  7         default y                                 
  8         select TIMER_OF                           
  9         select CLKSRC_MMIO                        
 10                                                   
 11 config RALINK_ILL_ACC                             
 12         bool                                      
 13         depends on SOC_RT305X                     
 14         default y                                 
 15                                                   
 16 config IRQ_INTC                                   
 17         bool                                      
 18         default y                                 
 19         depends on !SOC_MT7621                    
 20                                                   
 21 choice                                            
 22         prompt "Ralink SoC selection"             
 23         default SOC_RT305X                        
 24         help                                      
 25           Select Ralink MIPS SoC type.            
 26                                                   
 27         config SOC_RT288X                         
 28                 bool "RT288x"                     
 29                 select MIPS_AUTO_PFN_OFFSET       
 30                 select MIPS_L1_CACHE_SHIFT_4      
 31                 select HAVE_PCI                   
 32                 select SOC_BUS                    
 33                                                   
 34         config SOC_RT305X                         
 35                 bool "RT305x"                     
 36                 select SOC_BUS                    
 37                                                   
 38         config SOC_RT3883                         
 39                 bool "RT3883"                     
 40                 select HAVE_PCI                   
 41                 select SOC_BUS                    
 42                                                   
 43         config SOC_MT7620                         
 44                 bool "MT7620/8"                   
 45                 select CPU_MIPSR2_IRQ_VI          
 46                 select HAVE_PCI                   
 47                 select SOC_BUS                    
 48                                                   
 49         config SOC_MT7621                         
 50                 bool "MT7621"                     
 51                 select MIPS_CPU_SCACHE            
 52                 select SYS_SUPPORTS_MULTITHREA    
 53                 select SYS_SUPPORTS_SMP           
 54                 select SYS_SUPPORTS_MIPS_CPS      
 55                 select SYS_SUPPORTS_HIGHMEM       
 56                 select MIPS_GIC                   
 57                 select CLKSRC_MIPS_GIC            
 58                 select HAVE_PCI                   
 59                 select PCI_DRIVERS_GENERIC        
 60                 select SOC_BUS                    
 61                 select PINCTRL                    
 62                                                   
 63                 help                              
 64                   The MT7621 system-on-a-chip     
 65                   dual-core CPU, a 5-port 10/1    
 66 endchoice                                         
 67                                                   
 68 choice                                            
 69         prompt "Devicetree selection"             
 70         depends on !SOC_MT7621                    
 71         default DTB_RT_NONE                       
 72         help                                      
 73           Select the devicetree.                  
 74                                                   
 75         config DTB_RT_NONE                        
 76                 bool "None"                       
 77                                                   
 78         config DTB_RT2880_EVAL                    
 79                 bool "RT2880 eval kit"            
 80                 depends on SOC_RT288X             
 81                 select BUILTIN_DTB                
 82                                                   
 83         config DTB_RT305X_EVAL                    
 84                 bool "RT305x eval kit"            
 85                 depends on SOC_RT305X             
 86                 select BUILTIN_DTB                
 87                                                   
 88         config DTB_RT3883_EVAL                    
 89                 bool "RT3883 eval kit"            
 90                 depends on SOC_RT3883             
 91                 select BUILTIN_DTB                
 92                                                   
 93         config DTB_MT7620A_EVAL                   
 94                 bool "MT7620A eval kit"           
 95                 depends on SOC_MT7620             
 96                 select BUILTIN_DTB                
 97                                                   
 98         config DTB_OMEGA2P                        
 99                 bool "Onion Omega2+"              
100                 depends on SOC_MT7620             
101                 select BUILTIN_DTB                
102                                                   
103         config DTB_VOCORE2                        
104                 bool "VoCore2"                    
105                 depends on SOC_MT7620             
106                 select BUILTIN_DTB                
107                                                   
108 endchoice                                         
109                                                   
110 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