]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/base/Kconfig
firmware: Make user-mode helper optional
authorTakashi Iwai <tiwai@suse.de>
Thu, 31 Jan 2013 10:13:55 +0000 (11:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2013 01:57:40 +0000 (17:57 -0800)
commit7b1269f778782d2f42994a74bf4014d0cbebbf9f
treec6b76a1310fb7c6910a8450c2c6f13f703a2da86
parent4e0c92d015235d1dc65f9668a10cef2cea468ba2
firmware: Make user-mode helper optional

This patch adds a new kconfig, CONFIG_FW_LOADER_USER_HELPER, and
guards the user-helper codes in firmware_class.c with ifdefs.

Yeah, yeah, there are lots of ifdefs in this patch.  The further
clean-up with code shuffling follows in the next.

Acked-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/Kconfig
drivers/base/firmware_class.c