From: Johannes Berg Date: Tue, 13 May 2014 13:25:28 +0000 (+0200) Subject: iwlwifi: fix LED support Kconfig dependencies X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~122^2^2~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af7c603eb476216f1c27d82b802f0ce879c54ab3;p=pandora-kernel.git iwlwifi: fix LED support Kconfig dependencies If DVM or MVM are built-in but LEDS_CLASS isn't then the current Kconfig will enable LED support and fail the build. Fix this by making the LED support depend on LEDS_CLASS being built-in or, if it is modular, only enabling it if iwlwifi also is. Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed