diff options
author | Christoph Hellwig | 2021-06-16 15:46:56 +0200 |
---|---|---|
committer | Jens Axboe | 2021-06-16 08:52:38 -0600 |
commit | 468c736b5eb34c712636279eb49251a6f7156f40 (patch) | |
tree | e91bce29843bd7fdf14d3c6524896f78641f42f1 /arch/arm | |
parent | cdc429452596ea9e0c76c8b10b5e93feab522906 (diff) |
ARM: disable CONFIG_IDE in pxa_defconfig
pxa_defconfig already enables libata including the pata_pcmcia driver, so
drop the legacy ide driver and idecs host driver.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210616134658.1471835-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/pxa_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/configs/pxa_defconfig b/arch/arm/configs/pxa_defconfig index 875a3c28a267..363f1b1b08e3 100644 --- a/arch/arm/configs/pxa_defconfig +++ b/arch/arm/configs/pxa_defconfig @@ -215,8 +215,6 @@ CONFIG_IIO=m CONFIG_AD5446=m CONFIG_EEPROM_AT24=m CONFIG_SENSORS_LIS3_SPI=m -CONFIG_IDE=m -CONFIG_BLK_DEV_IDECS=m CONFIG_SCSI=y CONFIG_BLK_DEV_SD=m CONFIG_CHR_DEV_ST=m |