Commit 826a99eb authored by Andy Shevchenko's avatar Andy Shevchenko Committed by David S. Miller

NFC: nxp-nci: Remove 'default n' for the core

It seems contributors follow the style of Kconfig entries where explicit
'default n' is present.  The default 'default' is 'n' already, thus, drop
these lines from Kconfig to make it more clear.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3b11dc57
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
config NFC_NXP_NCI config NFC_NXP_NCI
tristate "NXP-NCI NFC driver" tristate "NXP-NCI NFC driver"
depends on NFC_NCI depends on NFC_NCI
default n
---help--- ---help---
Generic core driver for NXP NCI chips such as the NPC100 Generic core driver for NXP NCI chips such as the NPC100
or PN7150 families. or PN7150 families.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment