diff options
author | 2016-10-26 18:43:31 +0200 | |
---|---|---|
committer | 2016-10-26 18:43:31 +0200 | |
commit | 241680cb3717bbb2cd88aeffe98bc7b00dabd1a5 (patch) | |
tree | fdebc81026f8b2bdb59892d95f081e04e590610a | |
parent | arm: assabet_defconfig: disable IDE subsystem (diff) | |
download | wireguard-linux-241680cb3717bbb2cd88aeffe98bc7b00dabd1a5.tar.xz wireguard-linux-241680cb3717bbb2cd88aeffe98bc7b00dabd1a5.zip |
arm: badge4_defconfig: disable IDE subsystem
This patch disables deprecated IDE subsystem in badge4_defconfig
(no IDE host drivers are selected in this config so there is no
valid reason to enable IDE subsystem itself).
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/configs/badge4_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/configs/badge4_defconfig b/arch/arm/configs/badge4_defconfig index d59009878312..2a604aa3195b 100644 --- a/arch/arm/configs/badge4_defconfig +++ b/arch/arm/configs/badge4_defconfig @@ -42,8 +42,6 @@ CONFIG_MTD_SA1100=y CONFIG_PARPORT=m CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=m -CONFIG_IDE=m -CONFIG_BLK_DEV_IDECD=m CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_CHR_DEV_ST=m |