diff options
author | Christoph Hellwig | 2020-09-11 11:49:36 +0200 |
---|---|---|
committer | Tony Luck | 2020-09-11 09:38:00 -0700 |
commit | c331649e637152788b0ca1c857d0c2eaf34fcbc3 (patch) | |
tree | 44665a14cd8ee2234b2317c17d32ce0c49e43ccd /arch/ia64/configs/bigsur_defconfig | |
parent | ecf5b72d5f66af843f189dfe9ce31598c3e48ad7 (diff) |
ia64: Use libata instead of the legacy ide driver in defconfigs
Switch the ia64 defconfigs to use the modern libata driver instead of
the soon to be removed legacy ide driver.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/r/20200911094936.1175688-1-hch@lst.de
Diffstat (limited to 'arch/ia64/configs/bigsur_defconfig')
-rw-r--r-- | arch/ia64/configs/bigsur_defconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/ia64/configs/bigsur_defconfig b/arch/ia64/configs/bigsur_defconfig index 2ae6d9a32a8d..cfed5ed89301 100644 --- a/arch/ia64/configs/bigsur_defconfig +++ b/arch/ia64/configs/bigsur_defconfig @@ -26,10 +26,9 @@ CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=m -CONFIG_IDE=m -CONFIG_BLK_DEV_IDECD=m -CONFIG_BLK_DEV_GENERIC=m -CONFIG_BLK_DEV_PIIX=m +CONFIG_ATA=m +CONFIG_ATA_GENERIC=m +CONFIG_ATA_PIIX=m CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_SCSI_CONSTANTS=y |