Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1439666 > unrolled thread

[PATCH] sh: microdev_defconfig: disable IDE subsystem

Started byBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
First post2016-07-08 18:50 +0200
Last post2016-07-08 18:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] sh: microdev_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-07-08 18:50 +0200

#1439666 — [PATCH] sh: microdev_defconfig: disable IDE subsystem

FromBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Date2016-07-08 18:50 +0200
Subject[PATCH] sh: microdev_defconfig: disable IDE subsystem
Message-ID<rSH8t-7ja-3@gated-at.bofh.it>
This patch disables deprecated IDE subsystem in microdev_defconfig
(no IDE host drivers are selected in this config so there is no
valid reason to enable IDE subsystem itself).

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/sh/configs/microdev_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/sh/configs/microdev_defconfig b/arch/sh/configs/microdev_defconfig
index f1d2e1b..1c4bcbd 100644
--- a/arch/sh/configs/microdev_defconfig
+++ b/arch/sh/configs/microdev_defconfig
@@ -24,8 +24,6 @@ CONFIG_IP_PNP=y
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 # CONFIG_FW_LOADER is not set
 CONFIG_BLK_DEV_RAM=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_SMC91X=y
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web