From nobody Thu Apr 9 16:20:43 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C899F3A1A56 for ; Mon, 2 Mar 2026 10:25:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772447128; cv=none; b=g8CiaWgbRfWW7vjCri7XOox0RkyQk+ySFtWOhOEunGaDFjSAYLhX1XMnbnSmvCi974PvqqFJZVONcpstpOh3jFDMy0blX010CWPQ0kG7MY9XzDMeJ1Lo7BAzSol9DZhY6Gg+8zHgOOcWndvuOd07JGoO2Lspk4SYIujrbDaM/c0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772447128; c=relaxed/simple; bh=u4H7VYkjJKluMxFTfthNQRtuDMGQjKB5jo/OimLQkDI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=mist/ELcwg4flPKzKc8O4lvE60NkUdHa+WWEJ8z9N4czMhWoYD+S9+owITpe6l9oUU9/CKny8gZgcNxHqpgtAIT+r6Ud9p713ofLUELAfR9kj84MK2mgNybvWp+K+b7/Ad/aEU0+JxKq6odytp2CIGAfh/d1+e8lBaLqS+OgGMs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 894E0C19425; Mon, 2 Mar 2026 10:25:27 +0000 (UTC) From: Geert Uytterhoeven To: Philip Blundell , Kars de Jong Cc: linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 1/2] m68k: defconfig: hp300: Enable monochrome and 16-color linux logos Date: Mon, 2 Mar 2026 11:25:19 +0100 Message-ID: <51190cab2bb1adb9554aaaba9fae54342653a338.1772446429.git.geert@linux-m68k.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" According to "HP 9000 Series 300 Computers: Video Signals and Monitors"[1], HP Topcat and Catseye graphics hardware varieties support monochrome, 16-color, 64-color, and 256-color displays. Hence enable the standard black-and-white and 16-color Linux logos, too. [1] https://www.hp-series300.net/docs/monitors.pdf Signed-off-by: Geert Uytterhoeven --- arch/m68k/configs/hp300_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/m68k/configs/hp300_defconfig b/arch/m68k/configs/hp300_de= fconfig index 308836b60bba4d52..35761920185c9415 100644 --- a/arch/m68k/configs/hp300_defconfig +++ b/arch/m68k/configs/hp300_defconfig @@ -386,8 +386,6 @@ CONFIG_FB=3Dy CONFIG_FRAMEBUFFER_CONSOLE=3Dy CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION=3Dy CONFIG_LOGO=3Dy -# CONFIG_LOGO_LINUX_MONO is not set -# CONFIG_LOGO_LINUX_VGA16 is not set CONFIG_HID=3Dm CONFIG_HIDRAW=3Dy CONFIG_UHID=3Dm --=20 2.43.0