Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
aff3519c
Commit
aff3519c
authored
May 06, 2002
by
Roman Zippel
Committed by
Linus Torvalds
May 06, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] m68k: config.in update [5/20]
Update to the latest config.in.
parent
dbc468c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
11 deletions
+30
-11
arch/m68k/config.in
arch/m68k/config.in
+30
-11
No files found.
arch/m68k/config.in
View file @
aff3519c
...
@@ -14,7 +14,6 @@ source init/Config.in
...
@@ -14,7 +14,6 @@ source init/Config.in
mainmenu_option next_comment
mainmenu_option next_comment
comment 'Platform dependent setup'
comment 'Platform dependent setup'
define_bool CONFIG_ISA n
define_bool CONFIG_EISA n
define_bool CONFIG_EISA n
define_bool CONFIG_MCA n
define_bool CONFIG_MCA n
define_bool CONFIG_PCMCIA n
define_bool CONFIG_PCMCIA n
...
@@ -130,11 +129,18 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
...
@@ -130,11 +129,18 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
fi
fi
fi
fi
if [ "$CONFIG_Q40" = "y" -o "$CONFIG_AMIGA_PCMCIA" = "y" \
-o "$CONFIG_GG2" = "y" ]; then
define_bool CONFIG_ISA y
else
define_bool CONFIG_ISA n
fi
source drivers/pci/Config.in
source drivers/pci/Config.in
source drivers/zorro/Config.in
source drivers/zorro/Config.in
if [ "$CONFIG_Q40" = "y" ]; then
if [ "$CONFIG_Q40" = "y" ]; then
source drivers/pnp/Config.in
source drivers/pnp/Config.in
fi
fi
endmenu
endmenu
...
@@ -251,7 +257,7 @@ if [ "$CONFIG_SCSI" != "n" ]; then
...
@@ -251,7 +257,7 @@ if [ "$CONFIG_SCSI" != "n" ]; then
fi
fi
if [ "$CONFIG_SUN3" = "y" ]; then
if [ "$CONFIG_SUN3" = "y" ]; then
dep_tristate 'Sun3 NCR5380
OBIO
SCSI' CONFIG_SUN3_SCSI $CONFIG_SCSI
dep_tristate 'Sun3 NCR5380 SCSI' CONFIG_SUN3_SCSI $CONFIG_SCSI
fi
fi
if [ "$CONFIG_SUN3X" = "y" ]; then
if [ "$CONFIG_SUN3X" = "y" ]; then
...
@@ -280,9 +286,17 @@ if [ "$CONFIG_NET" = "y" ]; then
...
@@ -280,9 +286,17 @@ if [ "$CONFIG_NET" = "y" ]; then
bool ' Keepalive and linefill' CONFIG_SLIP_SMART
bool ' Keepalive and linefill' CONFIG_SLIP_SMART
bool ' Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
bool ' Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
fi
fi
tristate '
PPP (point-to-point
) support' CONFIG_PPP
tristate '
PPP (point-to-point protocol
) support' CONFIG_PPP
if [ ! "$CONFIG_PPP" = "n" ]; then
if [ ! "$CONFIG_PPP" = "n" ]; then
comment 'CCP compressors for PPP are only built as modules.'
dep_bool ' PPP multilink support (EXPERIMENTAL)' CONFIG_PPP_MULTILINK $CONFIG_EXPERIMENTAL
dep_bool ' PPP filtering' CONFIG_PPP_FILTER $CONFIG_FILTER
dep_tristate ' PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP
dep_tristate ' PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP
dep_tristate ' PPP Deflate compression' CONFIG_PPP_DEFLATE $CONFIG_PPP
dep_tristate ' PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP $CONFIG_PPP
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
dep_tristate ' PPP over Ethernet (EXPERIMENTAL)' CONFIG_PPPOE $CONFIG_PPP
fi
fi
fi
tristate ' EQL (serial line load balancing) support' CONFIG_EQUALIZER
tristate ' EQL (serial line load balancing) support' CONFIG_EQUALIZER
if [ "$CONFIG_ZORRO" = "y" ]; then
if [ "$CONFIG_ZORRO" = "y" ]; then
...
@@ -335,7 +349,7 @@ if [ "$CONFIG_NET" = "y" ]; then
...
@@ -335,7 +349,7 @@ if [ "$CONFIG_NET" = "y" ]; then
if [ "$CONFIG_PARPORT" != "n" ]; then
if [ "$CONFIG_PARPORT" != "n" ]; then
dep_tristate ' PLIP (parallel port) support' CONFIG_PLIP $CONFIG_PARPORT
dep_tristate ' PLIP (parallel port) support' CONFIG_PLIP $CONFIG_PARPORT
fi
fi
tristate 'NE2000/NE1000 support' CONFIG_NE2000
dep_tristate 'NE2000/NE1000 support' CONFIG_NE2000 m
fi
fi
fi
fi
endmenu
endmenu
...
@@ -350,7 +364,6 @@ if [ "$CONFIG_Q40" = "y" ]; then
...
@@ -350,7 +364,6 @@ if [ "$CONFIG_Q40" = "y" ]; then
fi
fi
if [ "$CONFIG_SERIAL" = "y" ]; then
if [ "$CONFIG_SERIAL" = "y" ]; then
bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE
bool ' Extended dumb serial driver options' CONFIG_SERIAL_EXTENDED
bool ' Extended dumb serial driver options' CONFIG_SERIAL_EXTENDED
fi
fi
...
@@ -460,7 +473,8 @@ if [ "$CONFIG_AMIGA" = "y" -o "$CONFIG_ATARI" = "y" -o \
...
@@ -460,7 +473,8 @@ if [ "$CONFIG_AMIGA" = "y" -o "$CONFIG_ATARI" = "y" -o \
"$CONFIG_ATARI_MIDI" = "y" -o "$CONFIG_MAC_SCC" = "y" -o \
"$CONFIG_ATARI_MIDI" = "y" -o "$CONFIG_MAC_SCC" = "y" -o \
"$CONFIG_AMIGA_BUILTIN_SERIAL" = "y" -o \
"$CONFIG_AMIGA_BUILTIN_SERIAL" = "y" -o \
"$CONFIG_GVPIOEXT" = "y" -o "$CONFIG_MULTIFACE_III_TTY" = "y" -o \
"$CONFIG_GVPIOEXT" = "y" -o "$CONFIG_MULTIFACE_III_TTY" = "y" -o \
"$CONFIG_HPDCA" = "y" -o "$CONFIG_SUN3X_ZS" = "y" ]; then
"$CONFIG_HPDCA" = "y" -o "$CONFIG_SUN3X_ZS" = "y" -o \
"$CONFIG_SERIAL" = "y" ]; then
bool 'Support for serial port console' CONFIG_SERIAL_CONSOLE
bool 'Support for serial port console' CONFIG_SERIAL_CONSOLE
fi
fi
fi
fi
...
@@ -495,7 +509,7 @@ else
...
@@ -495,7 +509,7 @@ else
if [ "$CONFIG_SUN3" = "y" ]; then
if [ "$CONFIG_SUN3" = "y" ]; then
define_bool CONFIG_GEN_RTC y
define_bool CONFIG_GEN_RTC y
else
else
bool
'Generic /dev/rtc emulation' CONFIG_GEN_RTC
tristate
'Generic /dev/rtc emulation' CONFIG_GEN_RTC
fi
fi
fi
fi
bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
...
@@ -526,8 +540,13 @@ fi
...
@@ -526,8 +540,13 @@ fi
mainmenu_option next_comment
mainmenu_option next_comment
comment 'Kernel hacking'
comment 'Kernel hacking'
#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
bool 'Kernel debugging' CONFIG_DEBUG_KERNEL
bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then
bool ' Magic SysRq key' CONFIG_MAGIC_SYSRQ
bool ' Debug memory allocations' CONFIG_DEBUG_SLAB
bool ' Verbose BUG() reporting' CONFIG_DEBUG_BUGVERBOSE
fi
endmenu
endmenu
source lib/Config.in
source lib/Config.in
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment