Received: by 10.192.165.148 with SMTP id m20csp4151691imm; Mon, 30 Apr 2018 12:44:38 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrx9+adDgw+EdGaHSIKYBLOSlDTxjgTWPQv5mGnbT5PPcW7PJjBiixIWyWhDfoofY+lRW+0 X-Received: by 2002:a63:3811:: with SMTP id f17-v6mr11020450pga.70.1525117478571; Mon, 30 Apr 2018 12:44:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525117478; cv=none; d=google.com; s=arc-20160816; b=u3DauGGS9qD6yfjshiRnCxNwqaEsO+4aOzobWH7BormA6oGsk7obSoDm4rvlXEkNnJ O2JH/WrliYwdaZ+7qm9NUkzUoVzZII5Q+v6fnLvZh/eeFN9xDSfolwdPjuE8k6hkUgJF qrMAa/T7cAiiQU0AXvzTyR5Xq2Tr39xwaTcMaPGhw0pjtgdmc/WjoNSUC9LhIb2riTk6 0X8pu70giMe7VCu6XwE1ui9weqPSNnfg0Oxi3RaRWtD3wpF01hZO2VWggCP+eYG+V8kY 3h5utoYOC7Tb74diZvG9VUvoc73z/CYQfe2TerRwTZzPLQyKcvMBpzC5zPsCuHUZvaZb gmWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=Nv+nq3950egc92Omvcl6onPaZQqFabHrLaMObPLuRbw=; b=aRj87+43dqPS4Q8EvnXqI7gTlBbRB6r7O4N/aBi/rqXWph3ttFPu3nV/1w0dO0fpMW LL+QBPac8UJa7fY8RIgZAL1waFO+WuCoX+b52l35frTTfICYeqYcEtoWiFtUHZvVmVI4 qFXbzgjKtoG6D9EtoHIWAQVCx2HNWdfWmjE+SiQcsSyuyGNm3ALslU9b6SZHARrOPV67 Jn+3KEEMJLsud5hPhBzto3b4PYzhGaUD9QYu4e1efaEsIl4t6HcCdSMd8GJ1i++0/vT4 Rs53lLgnpAbVqNjuu5ixP+yK1gkR9PgUhGkowgzvSKB6Cavq4+Y5Qhxrqpg7VzZl/3lV H1gQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 17-v6si6589807pgh.114.2018.04.30.12.44.24; Mon, 30 Apr 2018 12:44:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932389AbeD3Tnz (ORCPT + 99 others); Mon, 30 Apr 2018 15:43:55 -0400 Received: from emh01.mail.saunalahti.fi ([62.142.5.107]:56470 "EHLO emh01.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754861AbeD3Tnw (ORCPT ); Mon, 30 Apr 2018 15:43:52 -0400 Received: from t60.musicnaut.iki.fi (85-76-162-39-nat.elisa-mobile.fi [85.76.162.39]) by emh01.mail.saunalahti.fi (Postfix) with ESMTP id EC3EA2003A; Mon, 30 Apr 2018 22:43:47 +0300 (EEST) Date: Mon, 30 Apr 2018 22:43:46 +0300 From: Aaro Koskinen To: Bartlomiej Zolnierkiewicz Cc: Tomi Valkeinen , Laurent Pinchart , linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] video: fbdev: omap2: remove rfbi Message-ID: <20180430194346.GB2456@t60.musicnaut.iki.fi> References: <2238944.jilJcacc6d@amdc3058> <20180427182536.skryxiih5lekqoze@darkstar.musicnaut.iki.fi> <2928032.Lxc8GNNcDF@amdc3058> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2928032.Lxc8GNNcDF@amdc3058> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Mon, Apr 30, 2018 at 05:34:59PM +0200, Bartlomiej Zolnierkiewicz wrote: > BROKEN is not an user selectable config option so without modifying > drivers/video/fbdev/omap2/omapfb/dss/Kconfig the RFBI driver is not > even included in the kernel build.. Yes, I know. It's still incorrect to state that the code "doesn't even compile". A.