Re: [PATCH] ip2: use request_firmware()

From: Jeff Garzik
Date: Mon Jun 16 2008 - 16:13:25 EST


David Woodhouse wrote:
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 595a925..b15d33d 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -121,6 +121,13 @@ config COMPUTONE
To compile this driver as modules, choose M here: the
modules will be called ip2 and ip2main.
+config COMPUTONE_FIRMWARE
+ bool "Firmware for Computone IntelliPort Plus serial devices"
+ depends on COMPUTONE
+ ---help---
+ This builds the firmware for the Intelliport Plus devices into the
+ kernel image. Say 'N' and let it get loaded by udev.
+


Anyone running 'make oldconfig' could easily skip over this and get a non-usable device, too. Seems like a default 'y' is appropriate for the initial patch...

Jeff





--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/