]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/Kconfig
autofs4: cleanup autofs mount type usage
[linux-2.6-omap-h63xx.git] / drivers / base / Kconfig
index d47482fa1d212644a5e152b8d8c033e40c9a8626..d8e8c49c0cbd195ec1b16d39f5b9d01a556f0fea 100644 (file)
@@ -27,8 +27,9 @@ config PREVENT_FIRMWARE_BUILD
          If unsure say Y here.
 
 config FW_LOADER
-       tristate "Userspace firmware loading support"
+       tristate "Userspace firmware loading support" if EMBEDDED
        depends on HOTPLUG
+       default y
        ---help---
          This option is provided for the case where no in-kernel-tree modules
          require userspace firmware loading support, but a module built outside
@@ -53,7 +54,7 @@ config FIRMWARE_IN_KERNEL
          such firmware, and do not wish to use an initrd.
 
          This single option controls the inclusion of firmware for
-         every driver which usees request_firmare() and ships its
+         every driver which uses request_firmare() and ships its
          firmware in the kernel source tree, to avoid a proliferation
          of 'Include firmware for xxx device' options.