Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp997716pxb; Thu, 19 Nov 2020 20:55:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJzF172dUl8zZKpWtIomjDeryBPiB7gnIlmNqCaTwCVdurBraBv8YeoVuNM1tOaX8646gRMl X-Received: by 2002:a17:906:8c6:: with SMTP id o6mr29526891eje.230.1605848130497; Thu, 19 Nov 2020 20:55:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605848130; cv=none; d=google.com; s=arc-20160816; b=qy976qOsrECs5mAOBSmJcIEO6L/rJ31WluoEiz53RwOiIanjYXPLFvlAx8Bvy6FJ71 EW+Jb0URcY2A+qfaO0i4YxLL3swSEAdcOK9DoeD/YQE/pj0QqgByuOCl0GLTEigbqW6B Kjoh/YwGD2YZS/xPikLkMidxwIDJZyVlrUEm8I4r8A6asdKjZX/n6O3Lx+bZwhu0KuM/ W6b7MlJOLSyGhwmXalQVq43jQE7/cwRQVWISOgLAhnClJOr/mUecDI/8HzSmijqqfAB3 +I209l+ZH+HviXzNZbBMbC5uiMX2OyVfUN4JYRhfdZ2USg7a7kYRKnExJ2KEDperJa6P H0dQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:date:subject:from:message-id:cc:to; bh=p4bS8qVo1NHdg9h1ZHpQ1H6IXspJrr7ldUeLLLqwbcY=; b=QgFw8Ch5fhxi6B/1dEllTNUEs8s8AF+3fXnV90XfIMcWcTwXhbndhkV0P+6UfyQ4h8 4og9mn4SqB0pV2VCWv3nrnwNohs2qP0/X6EmLNA44AhBWlFq5Z3EBmgD0MR+xegSUMEJ PEynOJIn+BXkQoR4l+Jvq41Fl9aoDvoRlKIE7HUaN5ka5BelhoZLQqIRgTOk7RCg2hps DdalcKiB6+Ma8Ci9VAgSJVJe3iG8Hok7/mGtUXlA7VPnIQqkiCPR2aVdMliQCWMwvcTc D3wXlohsLDN16JvclPXvCZEarPjF7alBHRU1iMpSV7KHHKi4KLXTzmwaM+gA17g76q2h 0OcA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e20si1080398edq.501.2020.11.19.20.55.06; Thu, 19 Nov 2020 20:55:30 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726551AbgKTEvz (ORCPT + 99 others); Thu, 19 Nov 2020 23:51:55 -0500 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:52710 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725890AbgKTEvh (ORCPT ); Thu, 19 Nov 2020 23:51:37 -0500 Received: by kvm5.telegraphics.com.au (Postfix, from userid 502) id 08B402A457; Thu, 19 Nov 2020 23:51:35 -0500 (EST) To: Geert Uytterhoeven Cc: "Joshua Thompson" , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org Message-Id: From: Finn Thain Subject: [PATCH] m68k/mac: Update Kconfig help Date: Fri, 20 Nov 2020 15:39:56 +1100 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There is still some missing hardware support that affects all models, such as sound chip and localtalk support. However, many models are well supported, including the Quadra 800 emulated by QEMU. Missing hardware support is mostly documented at the web site, so add the URL. Cc: Joshua Thompson Signed-off-by: Finn Thain --- arch/m68k/Kconfig.machine | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index 17e8c3a292d7..054ff6392329 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -30,11 +30,9 @@ config MAC select HAVE_ARCH_NVRAM_OPS help This option enables support for the Apple Macintosh series of - computers (yes, there is experimental support now, at least for part - of the series). - - Say N unless you're willing to code the remaining necessary support. - ;) + computers. If you plan to use this kernel on a Mac, say Y here and + browse the documentation available at ; + otherwise say N. config APOLLO bool "Apollo support" -- 2.26.2