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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [ppc/] [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 "Linux Kernel Configuration"
6
 
7
mainmenu_option next_comment
8
comment 'Code maturity level options'
9
bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
10
endmenu
11
 
12
mainmenu_option next_comment
13
comment 'Loadable module support'
14
bool 'Enable loadable module support' CONFIG_MODULES
15
if [ "$CONFIG_MODULES" = "y" ]; then
16
  bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
17
  bool 'Kernel daemon support (e.g. autoload of modules)' CONFIG_KERNELD
18
fi
19
endmenu
20
 
21
mainmenu_option next_comment
22
comment 'General setup'
23
 
24
bool 'Kernel math emulation' CONFIG_MATH_EMULATION
25
bool 'Networking support' CONFIG_NET
26
bool 'Limit memory to low 16MB' CONFIG_MAX_16M
27
bool 'PCI bios support' CONFIG_PCI
28
if [ "$CONFIG_PCI" = "y" ]; then
29
  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
30
    bool '   PCI bridge optimization (experimental)' CONFIG_PCI_OPTIMIZE
31
  fi
32
fi
33
bool 'System V IPC' CONFIG_SYSVIPC
34
tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUT
35
tristate 'Kernel support for JAVA binaries' CONFIG_BINFMT_JAVA
36
tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
37
if [ "$CONFIG_BINFMT_ELF" = "y" ]; then
38
  bool 'Compile kernel as ELF - if your GCC is ELF-GCC' CONFIG_KERNEL_ELF
39
fi
40
 
41
source drivers/block/Config.in
42
 
43
if [ "$CONFIG_NET" = "y" ]; then
44
  source net/Config.in
45
fi
46
 
47
mainmenu_option next_comment
48
comment 'SCSI support'
49
 
50
tristate 'SCSI support' CONFIG_SCSI
51
 
52
if [ "$CONFIG_SCSI" != "n" ]; then
53
  source drivers/scsi/Config.in
54
fi
55
endmenu
56
 
57
if [ "$CONFIG_NET" = "y" ]; then
58
  mainmenu_option next_comment
59
  comment 'Network device support'
60
 
61
  bool 'Network device support' CONFIG_NETDEVICES
62
  if [ "$CONFIG_NETDEVICES" = "y" ]; then
63
    source drivers/net/Config.in
64
  fi
65
  endmenu
66
fi
67
 
68
mainmenu_option next_comment
69
comment 'ISDN subsystem'
70
 
71
tristate 'ISDN support' CONFIG_ISDN
72
if [ "$CONFIG_ISDN" != "n" ]; then
73
  source drivers/isdn/Config.in
74
fi
75
endmenu
76
 
77
mainmenu_option next_comment
78
comment 'CD-ROM drivers (not for SCSI or IDE/ATAPI drives)'
79
 
80
bool 'Support non-SCSI/IDE/ATAPI CDROM drives' CONFIG_CD_NO_IDESCSI
81
if [ "$CONFIG_CD_NO_IDESCSI" != "n" ]; then
82
  source drivers/cdrom/Config.in
83
fi
84
endmenu
85
 
86
source fs/Config.in
87
 
88
source drivers/char/Config.in
89
 
90
mainmenu_option next_comment
91
comment 'Sound'
92
 
93
tristate 'Sound card support' CONFIG_SOUND
94
if [ "$CONFIG_SOUND" != "n" ]; then
95
  source drivers/sound/Config.in
96
fi
97
endmenu
98
 
99
mainmenu_option next_comment
100
comment 'Kernel hacking'
101
 
102
#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
103
bool 'Kernel profiling support' CONFIG_PROFILE
104
if [ "$CONFIG_PROFILE" = "y" ]; then
105
  int ' Profile shift count' CONFIG_PROFILE_SHIFT 2
106
fi
107
endmenu

powered by: WebSVN 2.1.0

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