diff options
author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2016-02-03 10:50:08 -0500 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-09 11:44:14 -0500 |
commit | 451bc2e9e3fd30deb94f14a9d692e881dbf90649 (patch) | |
tree | 1aec80dc0eae7f0fa9f751ea4e2f3f3d2ad76434 | |
parent | ba1353eee070d0dc7385fb5332dd3656cea8ecf5 (diff) |
powerpc/85xx: disable IDE subsystem in ksi8560_defconfig
This patch disables deprecated IDE subsystem in ksi8560_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/ksi8560_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/85xx/ksi8560_defconfig b/arch/powerpc/configs/85xx/ksi8560_defconfig index 3be85c5f1a2a..6f753a71fe5d 100644 --- a/arch/powerpc/configs/85xx/ksi8560_defconfig +++ b/arch/powerpc/configs/85xx/ksi8560_defconfig | |||
@@ -34,7 +34,6 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
34 | CONFIG_BLK_DEV_LOOP=y | 34 | CONFIG_BLK_DEV_LOOP=y |
35 | CONFIG_BLK_DEV_RAM=y | 35 | CONFIG_BLK_DEV_RAM=y |
36 | CONFIG_BLK_DEV_RAM_SIZE=32768 | 36 | CONFIG_BLK_DEV_RAM_SIZE=32768 |
37 | CONFIG_IDE=y | ||
38 | CONFIG_NETDEVICES=y | 37 | CONFIG_NETDEVICES=y |
39 | CONFIG_FS_ENET=y | 38 | CONFIG_FS_ENET=y |
40 | # CONFIG_FS_ENET_HAS_SCC is not set | 39 | # CONFIG_FS_ENET_HAS_SCC is not set |