diff options
author | Christoph Hellwig | 2021-03-18 05:57:03 +0100 |
---|---|---|
committer | Thomas Bogendoerfer | 2021-03-24 10:35:36 +0100 |
commit | 960533c1a8a24f068bd5364ab0f8ec28dec8c254 (patch) | |
tree | f7975efe43ff3c214943a56da468791c62e9d41d /arch/mips/configs | |
parent | d8b4a27bfbf51cf021400157d3bd1b32cda1934d (diff) |
MIPS: disable CONFIG_IDE in bigsur_defconfig
bigsur_defconfig enables CONFIG_IDE for the tc86c001 ide driver, which
is a Toshiba plug in card that does not make much sense to use on bigsur
platforms. For all other ATA cards libata support is already enabled.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/bigsur_defconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/configs/bigsur_defconfig b/arch/mips/configs/bigsur_defconfig index eea9b613bb74..d83e7d600b0a 100644 --- a/arch/mips/configs/bigsur_defconfig +++ b/arch/mips/configs/bigsur_defconfig @@ -105,10 +105,6 @@ CONFIG_BLK_DEV_CRYPTOLOOP=m CONFIG_BLK_DEV_NBD=m CONFIG_EEPROM_LEGACY=y CONFIG_EEPROM_MAX6875=y -CONFIG_IDE=y -CONFIG_BLK_DEV_IDECD=y -CONFIG_BLK_DEV_IDETAPE=y -CONFIG_BLK_DEV_TC86C001=m CONFIG_BLK_DEV_SD=y CONFIG_CHR_DEV_ST=y CONFIG_BLK_DEV_SR=y |