drivers/mtd/devices/Kconfig grammar & syntax

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



|Hello to all,

in latest linux kernel version ( v-3.16-rc1 ) ,
in drivers/mtd/devices/Kconfig ,
@line 221 ,

===========================
if MTD_DOCG3
config BCH_CONST_M
	default 14
config BCH_CONST_T
	default 4
endif
|||===========================
|
the "type" options are not present, text should be :
||
===========================
if MTD_DOCG3
config BCH_CONST_M
	int
	default 14
config BCH_CONST_T
	int
	default 4
endif
|||===========================
||
( andincidentally the 14 an the 4 default values should be surrounded by quotes.  )


Thank for your reading.

--
To unsubscribe from this list: send the line "unsubscribe linux-config" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Audio]     [Linux Console]     [Hams]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Samba]     [Fedora Users]

  Powered by Linux