On Tue, May 14, 2019 at 3:30 PM Oleg Zhurakivskyy <oleg.zhurakivskyy@xxxxxxxxx> wrote: > > > OK, thanks! > > On 5/14/19 3:03 PM, Sedat Dilek wrote: > > > It's good to keep both informations - preferable put them into the > > Kconfig help text? > > Sure, it's best to keep them both. > While looking at the Kconfig help text; I wonder why... config NFC_NXP_NCI_I2C tristate "NXP-NCI I2C support" depends on NFC_NXP_NCI && I2C ---help--- This module adds support for an I2C interface to the NXP NCI chips. Select this if your platform is using the I2C bus. To compile this driver as a module, choose m here. The module will be called nxp_nci_i2c. Say Y if unsure. Shouldn't that be "Say N if unsure"? Or Say Yes If Sure :-). - Sedat -