diff options
author | Christoph Hellwig <hch@lst.de> | 2021-03-18 05:57:01 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-03-24 10:34:54 +0100 |
commit | d459164cddb9757eecdc49185ab7c485a11e83a1 (patch) | |
tree | 94d9ddb1b63fbf33c68ba092485859de03803bbe /arch/mips | |
parent | MIPS: disable CONFIG_IDE in sb1250_swarm_defconfig (diff) | |
download | linux-d459164cddb9757eecdc49185ab7c485a11e83a1.tar.xz linux-d459164cddb9757eecdc49185ab7c485a11e83a1.zip |
MIPS: switch workpad_defconfig from legacy IDE to libata
Use libata instead of the deprecated legacy ide driver in
workpad_defconfig.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/configs/workpad_defconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/mips/configs/workpad_defconfig b/arch/mips/configs/workpad_defconfig index 891a5f77305d..4798dc86c9ce 100644 --- a/arch/mips/configs/workpad_defconfig +++ b/arch/mips/configs/workpad_defconfig @@ -26,9 +26,12 @@ CONFIG_IP_MULTICAST=y # CONFIG_IPV6 is not set CONFIG_NETWORK_SECMARK=y CONFIG_BLK_DEV_RAM=m -CONFIG_IDE=y -CONFIG_BLK_DEV_IDECS=m -CONFIG_IDE_GENERIC=y +# CONFIG_SCSI_PROC_FS is not set +# CONFIG_SCSI_LOWLEVEL is not set +CONFIG_ATA=y +# CONFIG_ATA_VERBOSE_ERROR is not set +# CONFIG_ATA_FORCE is not set +# CONFIG_ATA_BMDMA is not set CONFIG_NETDEVICES=y CONFIG_PCMCIA_3C574=m CONFIG_PCMCIA_3C589=m |