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
nexedi
linux
Commits
4aec3a86
Commit
4aec3a86
authored
Mar 11, 2004
by
Matthew Wilcox
Committed by
David Mosberger
Mar 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ia64: Convert to use the generic drivers/Kconfig mechanism.
parent
07566e46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
80 deletions
+1
-80
arch/ia64/Kconfig
arch/ia64/Kconfig
+1
-80
No files found.
arch/ia64/Kconfig
View file @
4aec3a86
...
...
@@ -416,93 +416,14 @@ source "drivers/pci/hotplug/Kconfig"
source "drivers/pcmcia/Kconfig"
source "drivers/parport/Kconfig"
endif
endmenu
source "drivers/base/Kconfig"
if !IA64_HP_SIM
source "drivers/mtd/Kconfig"
source "drivers/pnp/Kconfig"
source "drivers/block/Kconfig"
source "drivers/ide/Kconfig"
source "drivers/ieee1394/Kconfig"
source "drivers/message/i2o/Kconfig"
source "drivers/md/Kconfig"
source "drivers/message/fusion/Kconfig"
endif
source "drivers/scsi/Kconfig"
source "net/Kconfig"
if !IA64_HP_SIM
source "drivers/isdn/Kconfig"
source "drivers/cdrom/Kconfig"
#
# input before char - char/joystick depends on it. As does USB.
#
source "drivers/input/Kconfig"
source "drivers/char/Kconfig"
source "drivers/i2c/Kconfig"
#source drivers/misc/Config.in
source "drivers/media/Kconfig"
endif
menu "Block devices"
depends on IA64_HP_SIM
config BLK_DEV_LOOP
tristate "Loopback device support"
config BLK_DEV_NBD
tristate "Network block device support"
depends on NET
config BLK_DEV_RAM
tristate "RAM disk support"
config BLK_DEV_RAM_SIZE
int "Default RAM disk size"
depends on BLK_DEV_RAM
default "4096"
endmenu
source "drivers/Kconfig"
source "fs/Kconfig"
if !IA64_HP_SIM
source "drivers/video/Kconfig"
source "sound/Kconfig"
source "drivers/usb/Kconfig"
endif
source "lib/Kconfig"
source "arch/ia64/hp/sim/Kconfig"
...
...
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