From owner-freebsd-current@FreeBSD.ORG Mon Aug 26 12:22:53 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 82460A15 for ; Mon, 26 Aug 2013 12:22:53 +0000 (UTC) (envelope-from kolyasir@gmail.com) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FD7D2F4D for ; Mon, 26 Aug 2013 12:22:53 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id mc17so3379198pbc.32 for ; Mon, 26 Aug 2013 05:22:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=clLPzewPfOoKvaFozAWuBDrP4YUHVOYRxTUod8TvxlM=; b=duM9pLCdPFmx0TO2Gd1QeljIvNjiCa4SSIUSAjWolAAnN3LMBymAi1YKDB7cH57HV8 xSmFbXLH+xvrROzg9Ze0b2AfF1pCd8TQrOK+CJfxPOpLQ50RYuQkwCe6xc1yUq11e6CJ zxKtsQ/0LN6sOiCeFsH9lsYZILqIkC3cB1vRWU45aTnn0erZcIvOhfLqn17PTGKn7Lku 6l2r51V8vRp2q3e+PiHLiEKJ57n3xLbNaKkHmgiG7oEaosPb3Gpw2875gpHFxOKDZqET JhATyVlh/EUl+5g21YDjrnHsrSxexlbSu2t7EAf9XGN3ErfGISqijmm7ING3S62M1aN0 G15A== MIME-Version: 1.0 X-Received: by 10.67.23.164 with SMTP id ib4mr14421540pad.42.1377519771195; Mon, 26 Aug 2013 05:22:51 -0700 (PDT) Received: by 10.70.58.161 with HTTP; Mon, 26 Aug 2013 05:22:51 -0700 (PDT) Date: Mon, 26 Aug 2013 17:22:51 +0500 Message-ID: Subject: how to make a option in menuconfig as new feature From: Yasir hussan To: Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 12:22:53 -0000 Hi, I want to add up a kernel module to my linux kernel,currently i am mannuly changing .config file to include my new module but i want to add it as option in menuconfig from where i choose it where it should be included or not... Thanks