Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1439673
| From | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] sh: sh03_defconfig: disable IDE subsystem |
| Date | 2016-07-08 18:50 +0200 |
| Message-ID | <rSH8u-7ja-21@gated-at.bofh.it> (permalink) |
| References | <rSH8t-7ja-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch disables deprecated IDE subsystem in sh03_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/sh03_defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/sh/configs/sh03_defconfig b/arch/sh/configs/sh03_defconfig index 0cf4097..b2ab7490 100644 --- a/arch/sh/configs/sh03_defconfig +++ b/arch/sh/configs/sh03_defconfig @@ -43,9 +43,6 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=y CONFIG_BLK_DEV_RAM=y -CONFIG_IDE=y -CONFIG_BLK_DEV_IDECD=m -CONFIG_BLK_DEV_IDETAPE=m CONFIG_SCSI=m CONFIG_BLK_DEV_SD=m CONFIG_BLK_DEV_SR=m -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] sh: sh03_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-07-08 18:50 +0200
csiph-web