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

Subversion Repositories or1k_old

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1622 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
define_bool CONFIG_ARM y
8
define_bool CONFIG_UCLINUX y
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
mainmenu_option next_comment
25
comment 'General setup'
26
choice 'ARM system type'        \
27
        "AplioTrio              CONFIG_ARCH_TRIO \
28
         Archimedes             CONFIG_ARCH_ARC \
29
         A5000                  CONFIG_ARCH_A5K \
30
         RiscPC                 CONFIG_ARCH_RPC \
31
         EBSA-110               CONFIG_ARCH_EBSA110 \
32
         NexusPCI               CONFIG_ARCH_NEXUSPCI" AplioTrio
33
if [ "$CONFIG_ARCH_ARC" = "y" -o "$CONFIG_ARCH_A5K" = "y" -o "$CONFIG_ARCH_RPC" = "y" ]; then
34
  define_bool CONFIG_ARCH_ACORN y
35
else
36
  define_bool CONFIG_ARCH_ACORN n
37
fi
38
if [ "$CONFIG_ARCH_NEXUSPCI" = "y" ]; then
39
  define_bool CONFIG_PCI y
40
else
41
  define_bool CONFIG_PCI n
42
fi
43
if [ "$CONFIG_ARCH_NEXUSPCI" = "y" -o "$CONFIG_ARCH_EBSA110" = "y" ]; then
44
  define_bool CONFIG_CPU_SA110 y
45
else
46
  if [ "$CONFIG_ARCH_TRIO" = "y" ]; then
47
         define_bool CONFIG_CPU_ARM7 y
48
  else
49
    if [ "$CONFIG_ARCH_A5K" = "y" ]; then
50
       define_bool CONFIG_CPU_ARM6 y
51
    else
52
     choice 'ARM cpu type'              \
53
          "ARM2                 CONFIG_CPU_ARM2 \
54
           ARM3                 CONFIG_CPU_ARM3 \
55
           ARM6/7                       CONFIG_CPU_ARM6 \
56
           StrongARM            CONFIG_CPU_SA110" StrongARM
57
    fi
58
  fi
59
fi
60
bool 'Compile kernel with frame pointer (for useful debugging)' CONFIG_FRAME_POINTER
61
bool 'Use new compilation options (for GCC 2.8)' CONFIG_BINUTILS_NEW
62
bool 'Debug kernel errors' CONFIG_DEBUG_ERRORS
63
bool 'Networking support' CONFIG_NET
64
bool 'System V IPC' CONFIG_SYSVIPC
65
#tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUT
66
#tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
67
define_bool CONFIG_KERNEL_ELF y
68
 
69
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
70
#  tristate 'Kernel support for JAVA binaries' CONFIG_BINFMT_JAVA
71
  define_bool CONFIG_BINFMT_JAVA n
72
fi
73
endmenu
74
 
75
source arch/armnommu/drivers/block/Config.in
76
 
77
if [ "$CONFIG_NET" = "y" ]; then
78
  source net/Config.in
79
fi
80
 
81
mainmenu_option next_comment
82
comment 'SCSI support'
83
 
84
tristate 'SCSI support?' CONFIG_SCSI
85
 
86
if [ "$CONFIG_SCSI" != "n" ]; then
87
  source arch/armnommu/drivers/scsi/Config.in
88
fi
89
endmenu
90
 
91
if [ "$CONFIG_NET" = "y" ]; then
92
  mainmenu_option next_comment
93
  comment 'Network device support'
94
 
95
  bool 'Network device support?' CONFIG_NETDEVICES
96
  if [ "$CONFIG_NETDEVICES" = "y" ]; then
97
    source arch/armnommu/drivers/net/Config.in
98
  fi
99
  endmenu
100
fi
101
 
102
# mainmenu_option next_comment
103
# comment 'ISDN subsystem'
104
#
105
# tristate 'ISDN support' CONFIG_ISDN
106
# if [ "$CONFIG_ISDN" != "n" ]; then
107
#   source drivers/isdn/Config.in
108
# fi
109
# endmenu
110
 
111
source fs/Config.in
112
 
113
source arch/armnommu/drivers/char/Config.in
114
 
115
if [ "$CONFIG_ARCH_EBSA110" != "y" ]; then
116
  mainmenu_option next_comment
117
  comment 'Sound'
118
 
119
  tristate 'Sound support' CONFIG_SOUND
120
  if [ "$CONFIG_SOUND" != "n" ]; then
121
    source arch/armnommu/drivers/sound/Config.in
122
  fi
123
  endmenu
124
fi
125
 
126
mainmenu_option next_comment
127
comment 'Kernel hacking'
128
 
129
#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
130
bool 'Kernel profiling support' CONFIG_PROFILE
131
if [ "$CONFIG_PROFILE" = "y" ]; then
132
  int ' Profile shift count' CONFIG_PROFILE_SHIFT 2
133
fi
134
endmenu
135
 

powered by: WebSVN 2.1.0

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