repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux/audit.h: move ptrace.h include to kernel header
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
vme
/
Kconfig
blob
c5c22465a80518e2905b2939a002f124f25f5500
1
#
2
# VME configuration.
3
#
4
5
menuconfig VME_BUS
6
tristate "VME bridge support"
7
depends on PCI
8
---help---
9
If you say Y here you get support for the VME bridge Framework.
10
11
if VME_BUS
12
13
source "drivers/vme/bridges/Kconfig"
14
15
source "drivers/vme/boards/Kconfig"
16
17
source "drivers/staging/vme/devices/Kconfig"
18
19
endif # VME