|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Add MMC and Infiniband devices to XenLinux driver config
ChangeSet 1.1795, 2005/03/19 20:30:54+00:00, kaf24@xxxxxxxxxxxxxxxxxxxx
Add MMC and Infiniband devices to XenLinux driver configuration
options.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
Kconfig.drivers | 2 ++
configs/xen0_defconfig | 10 ++++++++++
2 files changed, 12 insertions(+)
diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/Kconfig.drivers
b/linux-2.6.11-xen-sparse/arch/xen/Kconfig.drivers
--- a/linux-2.6.11-xen-sparse/arch/xen/Kconfig.drivers 2005-03-19 16:06:56
-05:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/Kconfig.drivers 2005-03-19 16:06:56
-05:00
@@ -44,6 +44,8 @@
source "drivers/video/Kconfig"
source "sound/Kconfig"
source "drivers/usb/Kconfig"
+source "drivers/mmc/Kconfig"
+source "drivers/infiniband/Kconfig"
endif
if !XEN_PHYSDEV_ACCESS
diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/configs/xen0_defconfig
b/linux-2.6.11-xen-sparse/arch/xen/configs/xen0_defconfig
--- a/linux-2.6.11-xen-sparse/arch/xen/configs/xen0_defconfig 2005-03-19
16:06:56 -05:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/configs/xen0_defconfig 2005-03-19
16:06:56 -05:00
@@ -888,6 +888,16 @@
# CONFIG_USB_GADGET is not set
#
+# MMC/SD Card support
+#
+# CONFIG_MMC is not set
+
+#
+# InfiniBand support
+#
+# CONFIG_INFINIBAND is not set
+
+#
# File systems
#
CONFIG_EXT2_FS=y
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-changelog
|
|
|
|
|