For now the driver is still in the drivers/axon directory. Even if heavily targeted at the Cell this driver is also available to any PCI-E host accepting a CAB board inside. Signed-Off-by: Jean-Christophe DUBOIS -- Index: linux-2.6.21/drivers/Kconfig =================================================================== --- linux-2.6.21.orig/drivers/Kconfig +++ linux-2.6.21/drivers/Kconfig @@ -84,4 +84,6 @@ source "drivers/auxdisplay/Kconfig" source "drivers/kvm/Kconfig" +source "drivers/axon/Kconfig" + endmenu Index: linux-2.6.21/drivers/Makefile =================================================================== --- linux-2.6.21.orig/drivers/Makefile +++ linux-2.6.21/drivers/Makefile @@ -73,6 +73,7 @@ obj-$(CONFIG_MMC) += mmc/ obj-$(CONFIG_NEW_LEDS) += leds/ obj-$(CONFIG_INFINIBAND) += infiniband/ obj-$(CONFIG_IPATH_CORE) += infiniband/ +obj-$(CONFIG_AXON) += axon/ obj-$(CONFIG_SGI_SN) += sn/ obj-y += firmware/ obj-$(CONFIG_CRYPTO) += crypto/ --