compat-wireless: rename CONFIG_IWLWIFI config symbol
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 27 Aug 2010 18:40:51 +0000 (11:40 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 28 Aug 2010 20:27:59 +0000 (13:27 -0700)
commit8c8113109f6916c4926413aa3416cefffaa5d9b8
treec31209bba4de89601737459908952a1d4da47660
parentd5fe1eeb9db36ae246bafe952ced3a36d50c688b
compat-wireless: rename CONFIG_IWLWIFI config symbol

In kernel 2.6.24 CONFIG_IWLWIFI was a bool config symbol and not a
tristate one. In that kernel it was used for showing the menu option for
the Intel driver and not for selection the module it is used for today.
In kernel configurations for version 2.6.24 it is set so y and not to m.
As we do not overwrite some value selected in the kernel config it
will cause problems when we build some parts of the Intel driver in
compat-wireless directly into the kernel.
Now we use an other name for this config symbol to work around the
problem.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
config.mk
patches/08-rename-iwl4965-config.patch