NFC: 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. Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
0f45077222
commit
deccb2a207
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
menuconfig NFC
|
menuconfig NFC
|
||||||
depends on NET && EXPERIMENTAL
|
depends on NET
|
||||||
tristate "NFC subsystem support (EXPERIMENTAL)"
|
tristate "NFC subsystem support"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Say Y here if you want to build support for NFC (Near field
|
Say Y here if you want to build support for NFC (Near field
|
||||||
|
|
Loading…
Add table
Reference in a new issue