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

TOMOYO Linux Cross Reference
Linux/arch/mips/ingenic/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/ingenic/Kconfig (Architecture i386) and /arch/mips/ingenic/Kconfig (Architecture mips)


  1 # SPDX-License-Identifier: GPL-2.0                  1 # SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 config MACH_INGENIC_GENERIC                         3 config MACH_INGENIC_GENERIC
  4         bool                                        4         bool
  5         select MACH_INGENIC                         5         select MACH_INGENIC
  6         select MACH_JZ4740                          6         select MACH_JZ4740
  7         select MACH_JZ4725B                         7         select MACH_JZ4725B
  8         select MACH_JZ4770                          8         select MACH_JZ4770
  9         select MACH_JZ4780                          9         select MACH_JZ4780
 10         select MACH_X1000                          10         select MACH_X1000
 11         select MACH_X1830                          11         select MACH_X1830
 12                                                    12 
 13 choice                                             13 choice
 14         prompt "Machine type"                      14         prompt "Machine type"
 15         depends on MACH_INGENIC_SOC                15         depends on MACH_INGENIC_SOC
 16         default INGENIC_GENERIC_BOARD              16         default INGENIC_GENERIC_BOARD
 17                                                    17 
 18 config INGENIC_GENERIC_BOARD                       18 config INGENIC_GENERIC_BOARD
 19         bool "Generic board"                       19         bool "Generic board"
 20         select MACH_INGENIC_GENERIC                20         select MACH_INGENIC_GENERIC
 21                                                    21 
 22 config JZ4740_QI_LB60                              22 config JZ4740_QI_LB60
 23         bool "Qi Hardware Ben NanoNote"            23         bool "Qi Hardware Ben NanoNote"
 24         select MACH_JZ4740                         24         select MACH_JZ4740
 25                                                    25 
 26 config JZ4740_RS90                                 26 config JZ4740_RS90
 27         bool "YLM RetroMini (RS-90)"               27         bool "YLM RetroMini (RS-90)"
 28         select MACH_JZ4725B                        28         select MACH_JZ4725B
 29                                                    29 
 30 config JZ4770_GCW0                                 30 config JZ4770_GCW0
 31         bool "Game Consoles Worldwide GCW Zero     31         bool "Game Consoles Worldwide GCW Zero"
 32         select MACH_JZ4770                         32         select MACH_JZ4770
 33                                                    33 
 34 config JZ4780_CI20                                 34 config JZ4780_CI20
 35         bool "MIPS Creator CI20"                   35         bool "MIPS Creator CI20"
 36         select MACH_JZ4780                         36         select MACH_JZ4780
 37                                                    37 
 38 config X1000_CU1000_NEO                            38 config X1000_CU1000_NEO
 39         bool "YSH & ATIL CU1000 Module with Ne     39         bool "YSH & ATIL CU1000 Module with Neo backplane"
 40         select MACH_X1000                          40         select MACH_X1000
 41                                                    41 
 42 config X1830_CU1830_NEO                            42 config X1830_CU1830_NEO
 43         bool "YSH & ATIL CU1830 Module with Ne     43         bool "YSH & ATIL CU1830 Module with Neo backplane"
 44         select MACH_X1830                          44         select MACH_X1830
 45                                                    45 
 46 endchoice                                          46 endchoice
 47                                                    47 
 48 config MACH_JZ4725B                                48 config MACH_JZ4725B
 49         bool                                       49         bool
 50         select SYS_HAS_CPU_MIPS32_R1               50         select SYS_HAS_CPU_MIPS32_R1
 51                                                    51 
 52 config MACH_JZ4740                                 52 config MACH_JZ4740
 53         bool                                       53         bool
 54         select SYS_HAS_CPU_MIPS32_R1               54         select SYS_HAS_CPU_MIPS32_R1
 55                                                    55 
 56 config MACH_JZ4770                                 56 config MACH_JZ4770
 57         bool                                       57         bool
 58         select MIPS_CPU_SCACHE                     58         select MIPS_CPU_SCACHE
 59         select SYS_HAS_CPU_MIPS32_R2               59         select SYS_HAS_CPU_MIPS32_R2
 60         select SYS_SUPPORTS_HIGHMEM                60         select SYS_SUPPORTS_HIGHMEM
 61                                                    61 
 62 config MACH_JZ4780                                 62 config MACH_JZ4780
 63         bool                                       63         bool
 64         select MIPS_CPU_SCACHE                     64         select MIPS_CPU_SCACHE
 65         select SYS_HAS_CPU_MIPS32_R2               65         select SYS_HAS_CPU_MIPS32_R2
 66         select SYS_SUPPORTS_HIGHMEM                66         select SYS_SUPPORTS_HIGHMEM
 67                                                    67 
 68 config MACH_X1000                                  68 config MACH_X1000
 69         bool                                       69         bool
 70         select MIPS_CPU_SCACHE                     70         select MIPS_CPU_SCACHE
 71         select SYS_HAS_CPU_MIPS32_R2               71         select SYS_HAS_CPU_MIPS32_R2
 72         select SYS_SUPPORTS_HIGHMEM                72         select SYS_SUPPORTS_HIGHMEM
 73                                                    73 
 74 config MACH_X1830                                  74 config MACH_X1830
 75         bool                                       75         bool
 76         select MIPS_CPU_SCACHE                     76         select MIPS_CPU_SCACHE
 77         select SYS_HAS_CPU_MIPS32_R2               77         select SYS_HAS_CPU_MIPS32_R2
 78         select SYS_SUPPORTS_HIGHMEM                78         select SYS_SUPPORTS_HIGHMEM
                                                      

~ [ 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