drivers/mtd/devices/Kconfig grammar & syntax

gwr <[email protected]> Mon, 16 Jun 2014 19:09:31 +0200
Newsgroups gmane.linux.configuration
Message-ID <[email protected]>
|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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html