Kconfig (32351a28a7e1f2c68afbe559dd35e1ad0301be6d) | Kconfig (c86c5a910451dd5a30e62a9e36d8e9b3c7a0c1d1) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 229 unchanged lines hidden (view full) --- 238 evaluation board. 239 240config SH_7619_SOLUTION_ENGINE 241 bool "SolutionEngine7619" 242 select CPU_SUBTYPE_SH7619 243 help 244 Select 7619 SolutionEngine if configuring for a Hitachi SH7619 245 evaluation board. | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 229 unchanged lines hidden (view full) --- 238 evaluation board. 239 240config SH_7619_SOLUTION_ENGINE 241 bool "SolutionEngine7619" 242 select CPU_SUBTYPE_SH7619 243 help 244 Select 7619 SolutionEngine if configuring for a Hitachi SH7619 245 evaluation board. |
246 247config SH_LBOX_RE2 248 bool "L-BOX RE2" 249 select CPU_SUBTYPE_SH7751R 250 help 251 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. |
|
246 247config SH_UNKNOWN 248 bool "BareCPU" 249 help 250 "Bare CPU" aka "unknown" means an SH-based system which is not one 251 of the specific ones mentioned above, which means you need to enter 252 all sorts of stuff like CONFIG_MEMORY_START because the config 253 system doesn't already know what it is. You get a machine vector --- 456 unchanged lines hidden --- | 252 253config SH_UNKNOWN 254 bool "BareCPU" 255 help 256 "Bare CPU" aka "unknown" means an SH-based system which is not one 257 of the specific ones mentioned above, which means you need to enter 258 all sorts of stuff like CONFIG_MEMORY_START because the config 259 system doesn't already know what it is. You get a machine vector --- 456 unchanged lines hidden --- |