From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754493Ab1H2RSB (ORCPT ); Mon, 29 Aug 2011 13:18:01 -0400 Received: from tx2ehsobe004.messaging.microsoft.com ([65.55.88.14]:50753 "EHLO TX2EHSOBE008.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754454Ab1H2RR7 (ORCPT ); Mon, 29 Aug 2011 13:17:59 -0400 X-SpamScore: -5 X-BigFish: VPS-5(zz1432N98dKzz1202h1082kzz8275dhz32i668h839h944h) X-Forefront-Antispam-Report: CIP:163.181.249.109;KIP:(null);UIP:(null);IPVD:NLI;H:ausb3twp02.amd.com;RD:none;EFVD:NLI X-WSS-ID: 0LQP9DQ-02-2OZ-02 X-M-MSG: Date: Mon, 29 Aug 2011 19:17:50 +0200 From: Borislav Petkov To: Arnaud Lacombe CC: David Airlie , Peter Zijlstra , Michel =?iso-8859-1?Q?D=E4nzer?= , linux-kernel , , Pavel Ivanov , Alex Deucher , Dave Airlie , Subject: Re: Kernel almost hangs when CONFIG_DRM_RADEON=y Message-ID: <20110829171750.GD2025@gere.osrc.amd.com> References: <20110829141612.GB2025@gere.osrc.amd.com> <1790021880.1347470.1314632844694.JavaMail.root@zmail02.collab.prod.int.phx2.redhat.com> <20110829155501.GC2025@gere.osrc.amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginatorOrg: amd.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 29, 2011 at 12:10:45PM -0400, Arnaud Lacombe wrote: > do you want something ala: > > config EXTRA_FIRMWARE > string > default "" > append "FOO" if BAR > append "FOZ" if BAZ > > or maybe a new type "list" which would behave as a comma/space separated value. > > config EXTRA_FIRMWARE > list "bla" > append "FOO" if BAR > append "FOZ" if BAZ Yeah, actually Kyle's note (http://lkml.org/lkml/2011/8/29/289) makes much more sense for linux and the whole firmware in the kernel deal. So it looks like the drivers should be taught to wait for userspace to appear instead of Kconfig helping them build-in firmware. And then we should go ahead and remove CONFIG_EXTRA_FIRMWARE completely... Thanks. -- Regards/Gruss, Boris.