From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id 5F3A6DDF8C for ; Tue, 20 Jan 2009 15:21:39 +1100 (EST) Date: Mon, 19 Jan 2009 23:21:36 -0500 From: Sean MacLennan To: linuxppc-dev Subject: Defconfig support Message-ID: <20090119232136.717eddf3@lappy.seanm.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Since the list seems quiet right now, thought I would ask a question. Up till now I haven't really worried about the warp defconfig being up to date since, realistically, the stock kernel was not usable on the warp. Since it usually boots from NAND, the lack of an ndfc driver made it unbootable in a production system. However, the 2.6.29 kernel will boot, so the defconfig problem becomes more acute. The problem is keeping the changes that are required for the warp while also handling the normal changes that happen every release. For example, the current git diff shows CONFIG_SIMPLE_GPIO which is just a new feature and can be safely left unset. But the watchdog made it into the kernel, so CONFIG_PIKA_WDT should be set for a warp. Any ideas for a good way of handling this? Cheers, Sean