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

