drivers/net/wireless/ti/wl1251: remove CONFIG_EXPERIMENTAL
This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. CC: Luciano Coelho <coelho@ti.com> CC: "John W. Linville" <linville@tuxdriver.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Luciano Coelho <luca@coelho.fi>
This commit is contained in:
parent
200e932649
commit
99c227e3d9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
menuconfig WL1251
|
||||
tristate "TI wl1251 driver support"
|
||||
depends on MAC80211 && EXPERIMENTAL && GENERIC_HARDIRQS
|
||||
depends on MAC80211 && GENERIC_HARDIRQS
|
||||
select FW_LOADER
|
||||
select CRC7
|
||||
---help---
|
||||
|
|
Loading…
Reference in a new issue