From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.nokia.com ([147.243.128.24] helo=mgw-da01.nokia.com) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PzQ4m-0007UL-TI for linux-mtd@lists.infradead.org; Tue, 15 Mar 2011 08:58:03 +0000 Received: from nokia.com (localhost [127.0.0.1]) by mgw-da01.nokia.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id p2F8vvpR031804 for ; Tue, 15 Mar 2011 10:57:58 +0200 From: Artem Bityutskiy To: MTD list Subject: [PATCH 0/7] UBI: simplify debugging options Date: Tue, 15 Mar 2011 11:00:29 +0200 Message-Id: <1300179636-12183-1-git-send-email-dedekind1@gmail.com> Cc: Adrian Hunter List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, these are rather trivial patches which I have been thinking to make for long time - remove the UBI debugging options from Kconfig and make them dynamically selectable via module parameters of sysfs files. This is much more flexible and simplifies the Linux configuration menu. Artem.