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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [i960/] [config.in] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1625 jcastillo
#
2
# For a description of the syntax of this configuration file,
3
# see the Configure script.
4
#
5
mainmenu_name "uClinux/i960 (w/o MMU) Kernel Configuration"
6
 
7
define_bool CONFIG_UCLINUX y
8
define_bool CONFIG_64BIT_MATH n
9
 
10
mainmenu_option next_comment
11
comment 'Code maturity level options'
12
bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
13
endmenu
14
 
15
mainmenu_option next_comment
16
comment 'Loadable module support'
17
bool 'Enable loadable module support' CONFIG_MODULES
18
if [ "$CONFIG_MODULES" = "y" ]; then
19
  bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
20
  bool 'Kernel daemon support (e.g. autoload of modules)' CONFIG_KERNELD
21
fi
22
endmenu
23
 
24
bool 'Prompt for command-line options at boot-time' CONFIG_CMDLINE_PROMPT
25
 
26
mainmenu_option next_comment
27
comment 'Platform dependant setup'
28
 
29
choice 'CPU' \
30
  "i960Sx CONFIG_I960JX
31
   i960Kx CONFIG_I960KX
32
   i960MC CONFIG_I960MC
33
   i960Cx CONFIG_I960CX
34
   i960Jx CONFIG_I960JX
35
   i960Hx CONFIG_I960HX
36
   i960VH CONFIG_I960VH" i960VH
37
 
38
comment 'Platform'
39
 
40
if [ "$CONFIG_I960VH" = "y" ]; then
41
  bool '   Cyclone evaluation board with VH processor' CONFIG_CYVH
42
  if [ "$CONFIG_CYVH" = "y" ];then
43
    choice '    Installed RAM' \
44
      "4MB CONFIG_CYVH_4MB \
45
       8MB CONFIG_CYVH_8MB \
46
       16MB CONFIG_CYVH_16MB \
47
       32MB CONFIG_CYVH_32MB" 4MB
48
    bool '      Use Mon960 to bootstrap kernel' CONFIG_MON960
49
    if [ "$CONFIG_MON960" = "y" ]; then
50
        bool '        Use Mon960 for a console' CONFIG_MON960_CONSOLE
51
    fi
52
  fi
53
fi
54
 
55
endmenu
56
 
57
mainmenu_option next_comment
58
comment 'General setup'
59
 
60
bool 'Kernel math emulation' CONFIG_MATH_EMULATION
61
bool 'Networking support' CONFIG_NET
62
bool 'Limit memory to low 16MB' CONFIG_MAX_16M
63
if [ "$CONFIG_CYVH" = "y" ];then
64
  bool 'PCI bios support' CONFIG_PCI
65
  if [ "$CONFIG_PCI" = "y" ]; then
66
    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
67
      bool '   PCI bridge optimization (experimental)' CONFIG_PCI_OPTIMIZE
68
    fi
69
  fi
70
fi
71
bool 'System V IPC' CONFIG_SYSVIPC
72
bool 'Reduced memory footprint' CONFIG_REDUCED_MEMORY
73
tristate 'Kernel support for flat binaries' CONFIG_BINFMT_FLAT
74
 
75
endmenu
76
 
77
source drivers/block/Config.in
78
 
79
if [ "$CONFIG_NET" = "y" ]; then
80
  source net/Config.in
81
fi
82
 
83
mainmenu_option next_comment
84
comment 'SCSI support'
85
 
86
tristate 'SCSI support' CONFIG_SCSI
87
 
88
if [ "$CONFIG_SCSI" != "n" ]; then
89
  source drivers/scsi/Config.in
90
fi
91
endmenu
92
 
93
if [ "$CONFIG_NET" = "y" ]; then
94
  mainmenu_option next_comment
95
  comment 'Network device support'
96
 
97
  bool 'Network device support' CONFIG_NETDEVICES
98
  if [ "$CONFIG_NETDEVICES" = "y" ]; then
99
    source drivers/net/Config.in
100
  fi
101
  endmenu
102
fi
103
 
104
mainmenu_option next_comment
105
comment 'ISDN subsystem'
106
 
107
tristate 'ISDN support' CONFIG_ISDN
108
if [ "$CONFIG_ISDN" != "n" ]; then
109
  source drivers/isdn/Config.in
110
fi
111
endmenu
112
 
113
source fs/Config.in
114
 
115
source drivers/char/Config.in
116
 
117
mainmenu_option next_comment
118
comment 'Sound'
119
 
120
tristate 'Sound card support' CONFIG_SOUND
121
if [ "$CONFIG_SOUND" != "n" ]; then
122
  source drivers/sound/Config.in
123
fi
124
endmenu
125
 
126
mainmenu_option next_comment
127
comment 'Kernel hacking'
128
 
129
bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
130
bool 'Kernel IRQ profiling' CONFIG_PROF_IRQ
131
if [ "$CONFIG_PROF_IRQ" = "y" ]; then
132
        int ' Profile shift count CONFIG_PROF_SHIFT 2
133
fi
134
endmenu

powered by: WebSVN 2.1.0

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