OpenCores
URL https://opencores.org/ocsvn/core_arm/core_arm/trunk

Subversion Repositories core_arm

[/] [core_arm/] [trunk/] [build/] [config/] [Configs/] [Config.in] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 tarookumic
#
2
# For a description of the syntax of this configuration file,
3
# see extra/config/Kconfig-language.txt
4
#
5
mainmenu "Core Configuration"
6
 
7
choice
8
        prompt "Target Architecture"
9
        default TARGET_arm
10
        help
11
          Stuff
12
 
13
config TARGET_arm
14
        bool "arm"
15
 
16
config TARGET_sparc
17
        bool "sparc"
18
 
19
config TARGET_m68k
20
        bool "m68k"
21
 
22
endchoice
23
 
24
 
25
 
26
menu "Target Architecture Features and Options"
27
 
28
if TARGET_arm
29
source "build/config/Configs/Config.arm"
30
endif
31
 
32
if TARGET_sparc
33
source "build/config/Configs/Config.sparc"
34
endif
35
 
36
source "build/config/Configs/Config.in.arch"
37
 
38
endmenu
39
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.