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 <[email protected]> --- 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

