diff options
author | Christoph Hellwig <hch@lst.de> | 2020-09-24 07:13:10 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-10-06 15:22:24 +0300 |
commit | 874dc62f548f28649ac3d7e31025b1e8cec3868a (patch) | |
tree | 687afe76601835c35c2c1664d3fdd8ad5a3ebf19 /arch/powerpc/configs/85xx/tqm8560_defconfig | |
parent | 5c5e46dad939b2bf4df04293ab9ac68abd7c1f55 (diff) | |
download | linux-874dc62f548f28649ac3d7e31025b1e8cec3868a.tar.xz |
powerpc: switch 85xx defconfigs from legacy ide to libata
Switch the 85xx defconfigs from the soon to be removed legacy ide
driver to libata.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200924041310.520970-1-hch@lst.de
Diffstat (limited to 'arch/powerpc/configs/85xx/tqm8560_defconfig')
-rw-r--r-- | arch/powerpc/configs/85xx/tqm8560_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/configs/85xx/tqm8560_defconfig b/arch/powerpc/configs/85xx/tqm8560_defconfig index ca3b8c8ef30f..a80b971f7d6e 100644 --- a/arch/powerpc/configs/85xx/tqm8560_defconfig +++ b/arch/powerpc/configs/85xx/tqm8560_defconfig @@ -30,9 +30,9 @@ CONFIG_MTD_CFI_AMDSTD=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=32768 -CONFIG_IDE=y -CONFIG_BLK_DEV_GENERIC=y -CONFIG_BLK_DEV_VIA82CXXX=y +CONFIG_ATA=y +CONFIG_ATA_GENERIC=y +CONFIG_PATA_VIA=y CONFIG_NETDEVICES=y CONFIG_GIANFAR=y CONFIG_E100=y |