drivers/mtd/devices/Kconfig grammar & syntax
gwr <[email protected]> Mon, 16 Jun 2014 19:09:31 +0200
| Newsgroups | org.kernel.vger.linux-config |
|---|---|
| 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.