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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [sparc/] [config.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1625 jcastillo
# $Id: config.in,v 1.1 2005-12-20 10:01:57 jcastillo Exp $
2
# For a description of the syntax of this configuration file,
3
# see the Configure script.
4
#
5
mainmenu_name "Kernel configuration of Linux for SparcStations"
6
 
7
mainmenu_option next_comment
8
comment 'General setup'
9
 
10
bool 'Support for AP1000 multicomputer' CONFIG_AP1000
11
 
12
if [ "$CONFIG_AP1000" = "n" ]; then
13
        # Global things across all Sun machines.
14
        define_bool CONFIG_SBUS y
15
        define_bool CONFIG_SBUSCHAR y
16
        define_bool CONFIG_SUN_MOUSE y
17
        define_bool CONFIG_SERIAL y
18
        define_bool CONFIG_SUN_SERIAL y
19
        define_bool CONFIG_SUN_KEYBOARD y
20
        define_bool CONFIG_SUN_CONSOLE y
21
        define_bool CONFIG_SUN_AUXIO y
22
        define_bool CONFIG_SUN_IO y
23
fi
24
 
25
define_bool CONFIG_NET_ALIAS n
26
define_bool CONFIG_BINFMT_AOUT y
27
 
28
 
29
bool 'Networking support' CONFIG_NET
30
bool 'System V IPC' CONFIG_SYSVIPC
31
tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
32
endmenu
33
 
34
mainmenu_option next_comment
35
comment 'Floppy, IDE, and other block devices'
36
 
37
tristate 'Normal floppy disk support' CONFIG_BLK_DEV_FD
38
 
39
bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
40
if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
41
  tristate '   Linear (append) mode' CONFIG_MD_LINEAR
42
  tristate '   RAID-0 (striping) mode' CONFIG_MD_STRIPED
43
  tristate '   RAID-1 (mirroring) mode' CONFIG_MD_MIRRORING
44
  tristate '   RAID-4/RAID-5 mode' CONFIG_MD_RAID5
45
fi
46
 
47
tristate 'RAM disk support' CONFIG_BLK_DEV_RAM
48
if [ "$CONFIG_BLK_DEV_RAM" = "y" ]; then
49
  bool '   Initial RAM disk (initrd) support' CONFIG_BLK_DEV_INITRD
50
fi
51
 
52
tristate 'Loopback device support' CONFIG_BLK_DEV_LOOP
53
 
54
if [ "$CONFIG_NET" = "y" ]; then
55
        source net/Config.in
56
fi
57
 
58
mainmenu_option next_comment
59
comment 'SCSI support'
60
 
61
tristate 'SCSI support' CONFIG_SCSI
62
 
63
if [ "$CONFIG_SCSI" != "n" ]; then
64
        comment 'SCSI support type (disk, tape, CDrom)'
65
 
66
        dep_tristate 'SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
67
        dep_tristate 'SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
68
        dep_tristate 'SCSI CDROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
69
        dep_tristate 'SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
70
 
71
        comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
72
 
73
        bool 'Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
74
 
75
        bool 'Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
76
 
77
        mainmenu_option next_comment
78
        comment 'SCSI low-level drivers'
79
 
80
        dep_tristate 'Sparc ESP Scsi Driver' CONFIG_SCSI_SUNESP $CONFIG_SCSI
81
fi
82
endmenu
83
 
84
if [ "$CONFIG_NET" = "y" ]; then
85
        mainmenu_option next_comment
86
        comment 'Network device support'
87
 
88
        bool 'Network device support' CONFIG_NETDEVICES
89
        if [ "$CONFIG_NETDEVICES" = "y" ]; then
90
                tristate 'Dummy net driver support' CONFIG_DUMMY
91
                tristate 'SLIP (serial line) support' CONFIG_SLIP
92
                if [ "$CONFIG_SLIP" != "n" ]; then
93
                  bool ' CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
94
                  bool ' Keepalive and linefill' CONFIG_SLIP_SMART
95
                fi
96
                tristate 'PPP (point-to-point) support' CONFIG_PPP
97
                if [ ! "$CONFIG_PPP" = "n" ]; then
98
                  comment 'CCP compressors for PPP are only built as modules.'
99
                fi
100
                bool 'Sun LANCE support' CONFIG_SUNLANCE
101
        fi
102
        endmenu
103
fi
104
 
105
source fs/Config.in
106
 
107
mainmenu_option next_comment
108
comment 'Kernel hacking'
109
 
110
bool 'Kernel profiling support' CONFIG_PROFILE
111
if [ "$CONFIG_PROFILE" = "y" ]; then
112
        int ' Profile shift count' CONFIG_PROFILE_SHIFT 2
113
fi

powered by: WebSVN 2.1.0

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