From patchwork Mon Aug 7 20:09:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 798851 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xR7zZ6D5jz9s78 for ; Tue, 8 Aug 2017 06:14:34 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="jhHRYubb"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3xR7zZ4tX2zDqpp for ; Tue, 8 Aug 2017 06:14:34 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="jhHRYubb"; dkim-atps=neutral X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xR7sm5PDyzDqp9 for ; Tue, 8 Aug 2017 06:09:32 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="jhHRYubb"; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Date:Cc:To:Subject:From:References: In-Reply-To:Message-Id:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=fFmMQ3LuNxkekwx8dxa94yF9HTb3+fJxxlnfPh3Kv2M=; b=jhHRYubb+AcSEqAGGYDSBCS/J WKAdbZGppwYAI1NhzSFuJ1LXWAfVrMg1a3B5Y7oDj8H7KLPYef59MaLdGid0SYRX8yzh/+Bn58fNR +XunpF61LXFipRfferQcSuR+UoiTmGjWyYflNJjV7t00lY42v9W8TqqLSIOcboZg6rCXsMtokbZZr Sj9lQTPozoo1QfzCHwZ4nT2HssTfl2f9plOxAkZKcw9wb5F/GPl5erqLNvt5e+pB+9WGuJWy7zHXl eCLKhPYTjgs8E/Hi0vX9M4mDY7wJo5EOUXpcunrzA+OcYzzeKsU5+KB0rXUNX1A8EZ7ydxiQQ9KPh 3xSkmENbw==; Received: from geoff by merlin.infradead.org with local (Exim 4.87 #1 (Red Hat Linux)) id 1deoL2-0004jC-H8; Mon, 07 Aug 2017 20:09:20 +0000 Message-Id: <1c2ef56f08fcfcf74aa281c33363197f8c01e5ab.1502135910.git.geoff@infradead.org> In-Reply-To: References: From: Geoff Levand Patch-Date: Mon, 7 Aug 2017 12:49:07 -0700 Subject: [PATCH 3/3] powerpc/ps3: Refresh ps3_defconfig To: Michael Ellerman Date: Mon, 07 Aug 2017 20:09:20 +0000 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Signed-off-by: Geoff Levand --- arch/powerpc/configs/ps3_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/powerpc/configs/ps3_defconfig b/arch/powerpc/configs/ps3_defconfig index ee0ec5a682fc..378382683180 100644 --- a/arch/powerpc/configs/ps3_defconfig +++ b/arch/powerpc/configs/ps3_defconfig @@ -5,7 +5,6 @@ CONFIG_SMP=y CONFIG_NR_CPUS=2 CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_FHANDLE=y CONFIG_HIGH_RES_TIMERS=y CONFIG_BLK_DEV_INITRD=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y @@ -94,7 +93,6 @@ CONFIG_USB_USBNET=m # CONFIG_USB_NET_CDC_SUBSET is not set # CONFIG_USB_NET_ZAURUS is not set CONFIG_INPUT_FF_MEMLESS=m -# CONFIG_INPUT_MOUSEDEV_PSAUX is not set CONFIG_INPUT_JOYDEV=m CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_KEYBOARD is not set