Subject: [patch 14/16] axon driver Kconfig and Makefile patch Description: axon driver Kconfig and Makefile changes Signed-off-by: H Brett Bolen (hbbolen@us.ibm.com) Signed-off-by: Murali Iyer (mniyer@us.ibm.com) Signed-off-by: Tim Schimke (tschimke@us.ibm.com) Signed-off-by: Jesse Arroyo (arroyoj@us.ibm.com) Index: linux-2.6.23.1/drivers/misc/Kconfig =================================================================== --- linux-2.6.23.1.orig/drivers/misc/Kconfig +++ linux-2.6.23.1/drivers/misc/Kconfig @@ -202,5 +202,6 @@ config THINKPAD_ACPI_BAY If you are not sure, say Y here. +source "drivers/misc/triblade/Kconfig" endif # MISC_DEVICES Index: linux-2.6.23.1/drivers/misc/Makefile =================================================================== --- linux-2.6.23.1.orig/drivers/misc/Makefile +++ linux-2.6.23.1/drivers/misc/Makefile @@ -15,3 +15,4 @@ obj-$(CONFIG_SGI_IOC4) += ioc4.o obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o +obj-$(CONFIG_TB_AXON) += triblade/ --