From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754835AbdGTFGW (ORCPT ); Thu, 20 Jul 2017 01:06:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:33276 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753048AbdGTFGV (ORCPT ); Thu, 20 Jul 2017 01:06:21 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EED5522C91 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=krzk@kernel.org From: Krzysztof Kozlowski To: Guan Xuetao , Krzysztof Kozlowski , linux-kernel@vger.kernel.org Subject: [RESEND PATCH] unicore32: defconfig: Cleanup from old Kconfig options Date: Thu, 20 Jul 2017 07:06:11 +0200 Message-Id: <1500527171-4746-1-git-send-email-krzk@kernel.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove old, dead Kconfig options (in order appearing in this commit): - EXPERIMENTAL is gone since v3.9; - MTD_PARTITIONS: commit 6a8a98b22b10 ("mtd: kill CONFIG_MTD_PARTITIONS"); - MTD_CHAR: commit 660685d9d1b4 ("mtd: merge mtdchar module with mtdcore"); - NETDEV_1000: commit f860b0522f65 ("drivers/net: Kconfig and Makefile cleanup"); NET_ETHERNET should be replaced with just ETHERNET but that is separate change; Signed-off-by: Krzysztof Kozlowski --- arch/unicore32/configs/unicore32_defconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/unicore32/configs/unicore32_defconfig b/arch/unicore32/configs/unicore32_defconfig index aebd01fc28e5..510a7ee38ce3 100644 --- a/arch/unicore32/configs/unicore32_defconfig +++ b/arch/unicore32/configs/unicore32_defconfig @@ -1,5 +1,4 @@ ### General setup -CONFIG_EXPERIMENTAL=y CONFIG_LOCALVERSION="-unicore32" CONFIG_SWAP=y CONFIG_SYSVIPC=y @@ -75,8 +74,6 @@ CONFIG_PUV3_UART=n # Memory Technology Device (MTD) support CONFIG_MTD=m CONFIG_MTD_UBI=m -CONFIG_MTD_PARTITIONS=y -CONFIG_MTD_CHAR=m CONFIG_MTD_BLKDEVS=m # RAM/ROM/Flash chip drivers CONFIG_MTD_CFI=m @@ -101,7 +98,6 @@ CONFIG_SATA_VIA=y # Network device support CONFIG_NETDEVICES=y CONFIG_NET_ETHERNET=y -CONFIG_NETDEV_1000=y # Wireless LAN CONFIG_WLAN_80211=n CONFIG_RT2X00=n -- 2.7.4