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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [mips/] [config.in] - Blame information for rev 1775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#
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 'Machine setup'
9
 
10
bool 'Support for Acer PICA 1 chipset' CONFIG_ACER_PICA_61
11
bool 'Support for DECstation' CONFIG_DECSTATION
12
bool 'Support for Deskstation RPC44' CONFIG_DESKSTATION_RPC44
13
bool 'Support for Deskstation Tyne' CONFIG_DESKSTATION_TYNE
14
bool 'Support for Mips Magnum 3000' CONFIG_MIPS_MAGNUM_3000
15
bool 'Support for Mips Magnum 4000' CONFIG_MIPS_MAGNUM_4000
16
bool 'Support for Olivetti M700' CONFIG_OLIVETTI_M700
17
if [ "$CONFIG_ACER_PICA_61" = "y" -o \
18
     "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \
19
     "$CONFIG_OLIVETTI_M700" = "y" ]; then
20
        define_bool CONFIG_MIPS_JAZZ y
21
fi
22
 
23
choice 'CPU type' \
24
        "R3000 CONFIG_CPU_R3000 \
25
         R6000 CONFIG_CPU_R6000 \
26
         R4x00 CONFIG_CPU_R4X00 \
27
         R4600 CONFIG_CPU_R4600 \
28
         R8000 CONFIG_CPU_R8000 \
29
         R10000 CONFIG_CPU_R10000" R4x00
30
if [ "$CONFIG_CPU_R3000" = "y" -o \
31
     "$CONFIG_CPU_R6000" = "y" -o \
32
     "$CONFIG_CPU_R4X00" = "y" -o \
33
     "$CONFIG_CPU_R4600" = "y" -o \
34
     "$CONFIG_CPU_R8000" = "y" ]; then
35
        define_bool CONFIG_TLB_SHUTDOWN y
36
fi
37
 
38
define_bool CONFIG_BINFMT_ELF y
39
define_bool CONFIG_BINFMT_AOUT y
40
bool 'Compile the kernel into the ELF object format' CONFIG_ELF_KERNEL
41
if [ "$CONFIG_ELF_KERNEL" = "y" ]; then
42
  bool 'Is your ELF compiler an extra compiler' CONFIG_EXTRA_ELF_COMPILER
43
fi
44
bool 'Generate little endian code' CONFIG_CPU_LITTLE_ENDIAN
45
bool 'Networking support' CONFIG_NET
46
#bool 'PCI bios support' CONFIG_PCI
47
#if [ "$CONFIG_PCI" = "y" ]; then
48
#  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
49
#    bool '   PCI bridge optimization (experimental)' CONFIG_PCI_OPTIMIZE
50
#  fi
51
#fi
52
bool 'System V IPC' CONFIG_SYSVIPC
53
endmenu
54
 
55
mainmenu_option next_comment
56
comment 'Loadable module support'
57
bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
58
endmenu
59
 
60
source drivers/block/Config.in
61
 
62
if [ "$CONFIG_NET" = "y" ]; then
63
  source net/Config.in
64
fi
65
 
66
mainmenu_option next_comment
67
comment 'SCSI support'
68
 
69
tristate 'SCSI support' CONFIG_SCSI
70
 
71
if [ "$CONFIG_SCSI" != "n" ]; then
72
  source drivers/scsi/Config.in
73
fi
74
endmenu
75
 
76
if [ "$CONFIG_NET" = "y" ]; then
77
  mainmenu_option next_comment
78
  comment 'Network device support'
79
 
80
  bool 'Network device support' CONFIG_NETDEVICES
81
  if [ "$CONFIG_NETDEVICES" = "y" ]; then
82
    source drivers/net/Config.in
83
  fi
84
  endmenu
85
fi
86
 
87
mainmenu_option next_comment
88
comment 'CD-ROM drivers (not for SCSI or IDE/ATAPI drives)'
89
 
90
bool 'Support non-SCSI/IDE/ATAPI drives' CONFIG_CD_NO_IDESCSI
91
if [ "$CONFIG_CD_NO_IDESCSI" != "n" ]; then
92
  source drivers/cdrom/Config.in
93
fi
94
endmenu
95
 
96
source fs/Config.in
97
 
98
source drivers/char/Config.in
99
bool 'Standard serial device support' CONFIG_SERIAL n
100
 
101
mainmenu_option next_comment
102
comment 'Sound'
103
 
104
tristate 'Sound card support' CONFIG_SOUND
105
if [ "$CONFIG_SOUND" != "n" ]; then
106
  source drivers/sound/Config.in
107
fi
108
endmenu
109
 
110
mainmenu_option next_comment
111
comment 'Kernel hacking'
112
 
113
#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
114
bool 'Kernel profiling support' CONFIG_PROFILE
115
if [ "$CONFIG_PROFILE" = "y" ]; then
116
  int ' Profile shift count' CONFIG_PROFILE_SHIFT 2
117
fi
118
endmenu

powered by: WebSVN 2.1.0

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