commit | af7c603eb476216f1c27d82b802f0ce879c54ab3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue May 13 15:25:28 2014 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu May 15 19:56:18 2014 +0300 |
tree | a5a208cee3d3e5f684da68938bbe1e4ffbbc6f1a | |
parent | 4c9706dc2f29b678b8b48ddf900854724a54cd63 [diff] |
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 <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>