From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 12 Jun 2014 18:07:54 +0200 Subject: [PATCH 1/2] drm/panel: remove unnecessary dependencies In-Reply-To: <20140612160434.GL23430@n2100.arm.linux.org.uk> References: <4955669.feOMdjBDuA@wuerfel> <20140612160434.GL23430@n2100.arm.linux.org.uk> Message-ID: <4945348.dQ7KNHLPYX@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 12 June 2014 17:04:34 Russell King - ARM Linux wrote: > > In which case, that's a bug for DRM_PANEL_SIMPLE which uses the same > mechanism. Since everything is going to be in the same boat, the > menu should depend on DRM && DRM_PANEL. > Right, I actually have a patch for DRM_PANEL_SIMPLE in my randconfig series that I haven't sent out. Making the menu depend on DRM is probably correct, but I haven't tried. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/2] drm/panel: remove unnecessary dependencies Date: Thu, 12 Jun 2014 18:07:54 +0200 Message-ID: <4945348.dQ7KNHLPYX@wuerfel> References: <4955669.feOMdjBDuA@wuerfel> <20140612160434.GL23430@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.130]) by gabe.freedesktop.org (Postfix) with ESMTP id 018696E935 for ; Thu, 12 Jun 2014 09:07:57 -0700 (PDT) In-Reply-To: <20140612160434.GL23430@n2100.arm.linux.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Russell King - ARM Linux Cc: linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Thursday 12 June 2014 17:04:34 Russell King - ARM Linux wrote: > > In which case, that's a bug for DRM_PANEL_SIMPLE which uses the same > mechanism. Since everything is going to be in the same boat, the > menu should depend on DRM && DRM_PANEL. > Right, I actually have a patch for DRM_PANEL_SIMPLE in my randconfig series that I haven't sent out. Making the menu depend on DRM is probably correct, but I haven't tried. Arnd