diff options
author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2016-02-03 10:50:10 -0500 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-09 11:44:15 -0500 |
commit | 2fa1d23071f373715c1203772a15722bb863bfc6 (patch) | |
tree | 76b69957a5bd450d15e1327400ba2248a4ca79d6 | |
parent | 451bc2e9e3fd30deb94f14a9d692e881dbf90649 (diff) |
powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig
This patch disables deprecated IDE subsystem in stx_gp3_defconfig
(no IDE host drivers are selected in this config so there is no valid
reason to enable IDE subsystem itself).
Cc: Scott Wood <oss@buserror.net>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Scott Wood <oss@buserror.net>
-rw-r--r-- | arch/powerpc/configs/85xx/stx_gp3_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/configs/85xx/stx_gp3_defconfig b/arch/powerpc/configs/85xx/stx_gp3_defconfig index f66d16ba8c58..b45190556c0c 100644 --- a/arch/powerpc/configs/85xx/stx_gp3_defconfig +++ b/arch/powerpc/configs/85xx/stx_gp3_defconfig | |||
@@ -31,8 +31,6 @@ CONFIG_BLK_DEV_LOOP=m | |||
31 | CONFIG_BLK_DEV_NBD=m | 31 | CONFIG_BLK_DEV_NBD=m |
32 | CONFIG_BLK_DEV_RAM=y | 32 | CONFIG_BLK_DEV_RAM=y |
33 | CONFIG_BLK_DEV_RAM_SIZE=32768 | 33 | CONFIG_BLK_DEV_RAM_SIZE=32768 |
34 | CONFIG_IDE=y | ||
35 | CONFIG_BLK_DEV_IDECD=m | ||
36 | CONFIG_SCSI=m | 34 | CONFIG_SCSI=m |
37 | CONFIG_BLK_DEV_SD=m | 35 | CONFIG_BLK_DEV_SD=m |
38 | CONFIG_CHR_DEV_ST=m | 36 | CONFIG_CHR_DEV_ST=m |