From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4C20138334 for ; Wed, 19 Sep 2018 01:06:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E28EE08FA; Wed, 19 Sep 2018 01:06:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00F07E08FA for ; Wed, 19 Sep 2018 01:06:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 846F2335CD8 for ; Wed, 19 Sep 2018 01:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CBA32C6 for ; Wed, 19 Sep 2018 01:06:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1537316704.d947d5dfb88a158dbfd846cd55638c846c72bff2.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/kconfig/powerpc/ X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config X-VCS-Directories: releases/weekly/kconfig/powerpc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d947d5dfb88a158dbfd846cd55638c846c72bff2 X-VCS-Branch: master Date: Wed, 19 Sep 2018 01:06:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 09a9c58f-d3cd-4aa4-93cf-793f519890e1 X-Archives-Hash: 6181d78b77ee2c2681a053e4fc97d1a7 commit: d947d5dfb88a158dbfd846cd55638c846c72bff2 Author: Matt Turner gentoo org> AuthorDate: Wed Sep 19 00:25:04 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Sep 19 00:25:04 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=d947d5df kconfig/powerpc: Enable firewire on ppc32 Bug: https://bugs.gentoo.org/496786 releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config b/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config index a78f3416..b6f17993 100644 --- a/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config +++ b/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config @@ -1246,7 +1246,10 @@ CONFIG_DM_MULTIPATH=m # # IEEE 1394 (FireWire) support # -# CONFIG_FIREWIRE is not set +CONFIG_FIREWIRE=m +CONFIG_FIREWIRE_OHCI=m +CONFIG_FIREWIRE_SBP2=m +CONFIG_FIREWIRE_NET=m # CONFIG_FIREWIRE_NOSY is not set CONFIG_MACINTOSH_DRIVERS=y CONFIG_ADB=y