Skip to content

Commit

Permalink
config: drop CONFIG_IDE*
Browse files Browse the repository at this point in the history
Drop references to config_ide, since the driver has been removed
from the 5.14 kernel:

   commit b7fb14d3ac63117e0e8beabe75f4ea52051fbe3a
   Author: Christoph Hellwig <[email protected]>
   Date:   Wed Jun 16 15:46:58 2021 +0200

       ide: remove the legacy ide driver

       The legay ide driver has been replace with libata starting in 2003 and has
       been scheduled for removal for a while.  Finally kill it off so that we
       can start cleaning up various bits of cruft it forced on the block layer.

       Signed-off-by: Christoph Hellwig <[email protected]>
       Signed-off-by: Jens Axboe <[email protected]>

Signed-off-by: Bruce Ashfield <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
zeddii authored and ricardosalveti committed Jan 24, 2022
1 parent b180d66 commit 8299ab2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bsp/common-pc/common-pc-drivers.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ CONFIG_USB_SERIAL_PL2303=y
CONFIG_I2C=y
CONFIG_SATA_AHCI=y

CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_FD=m

CONFIG_EEPROM_AT24=m
Expand Down
1 change: 0 additions & 1 deletion cfg/boot-live.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
CONFIG_BLK_DEV_LOOP=y
CONFIG_RD_GZIP=y
# Needed for booting (and using) CD images
CONFIG_BLK_DEV_IDECD=y
CONFIG_ISO9660_FS=y
CONFIG_BLK_DEV_SR=y
CONFIG_ZISOFS=y

0 comments on commit 8299ab2

Please sign in to comment.