From mboxrd@z Thu Jan 1 00:00:00 1970 From: gwr Subject: drivers/mtd/devices/Kconfig grammar & syntax Date: Mon, 16 Jun 2014 19:09:31 +0200 Message-ID: <539F24CB.4080407@free.fr> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-config-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-config@vger.kernel.org |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.