From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 024DC3368BF; Mon, 6 Apr 2026 12:35:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775478910; cv=none; b=ps+djf70cw6ue1YAwq728tVqPI4iol9Miqk/mnSdLNZgCDTuAaaiI2Gu3J4mbdiLgTt8DKnbaKdOX/bOgQHtrFIlFByHK3O7SLtEfRb6rujHt6zP3gS0DGpNJlzO1cETmRrLM94gJ8i4mT7pbn2txsSpXvTrGNf7kBd0513uPmw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775478910; c=relaxed/simple; bh=EzXZmIupglbArA3oC7Mzn/QRVx9DOmg7OPXfojpjLoc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=W0fUwppl7iXoCD0+lw+MVAWnU1OInWuhewG0fNFtODHw3bE1pcB81KqqrQDj5fjWiisrCKopbDDuw+i1MybaWVIRSoU4YM8VKIJTSasPIcYFHQAYqy4qDucRteWQn80xrPumCxhHNjEHhLxKx+zluR4gGXQUXom+U5p0hcz5q5A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1w9jAQ-00040z-00; Mon, 06 Apr 2026 14:34:58 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 9ECD8C0EB5; Mon, 6 Apr 2026 14:34:31 +0200 (CEST) Date: Mon, 6 Apr 2026 14:34:31 +0200 From: Thomas Bogendoerfer To: Thomas Zimmermann Cc: arnd@arndb.de, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH] arch/mips: Drop CONFIG_FIRMWARE_EDID from defconfig files Message-ID: References: <20260401082805.214198-1-tzimmermann@suse.de> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260401082805.214198-1-tzimmermann@suse.de> On Wed, Apr 01, 2026 at 10:27:57AM +0200, Thomas Zimmermann wrote: > CONFIG_FIRMWARE_EDID=y depends on X86 or EFI_GENERIC_STUB. Neither is > true here, so drop the lines from the defconfig files. > > Signed-off-by: Thomas Zimmermann > --- > arch/mips/configs/ip32_defconfig | 1 - > arch/mips/configs/lemote2f_defconfig | 1 - > arch/mips/configs/malta_qemu_32r6_defconfig | 1 - > arch/mips/configs/maltaaprp_defconfig | 1 - > arch/mips/configs/maltasmvp_defconfig | 1 - > arch/mips/configs/maltasmvp_eva_defconfig | 1 - > arch/mips/configs/maltaup_defconfig | 1 - > 7 files changed, 7 deletions(-) applied to mips-next Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]