diff options
author | Christoph Hellwig <hch@lst.de> | 2020-09-24 06:31:39 +0200 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2021-01-07 01:55:25 +0100 |
commit | b7aaf16d10bd9f1fbc5beefb9496e029fd1424ba (patch) | |
tree | 8b8f39a1736057d9e652cd63c823e86806a97c58 /arch/sh/configs/sh03_defconfig | |
parent | sh: mm: Convert to DEFINE_SHOW_ATTRIBUTE (diff) | |
download | linux-b7aaf16d10bd9f1fbc5beefb9496e029fd1424ba.tar.xz linux-b7aaf16d10bd9f1fbc5beefb9496e029fd1424ba.zip |
sh: remove CONFIG_IDE from most defconfig
Remove CONFIG_IDE from defconfigs that did not actually select chipset
drivers, and switch ones that have libata drivers to libata.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/configs/sh03_defconfig')
-rw-r--r-- | arch/sh/configs/sh03_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/configs/sh03_defconfig b/arch/sh/configs/sh03_defconfig index f0073ed39947..48b457d59e79 100644 --- a/arch/sh/configs/sh03_defconfig +++ b/arch/sh/configs/sh03_defconfig @@ -39,9 +39,6 @@ CONFIG_IP_PNP_RARP=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=y CONFIG_BLK_DEV_RAM=y -CONFIG_IDE=y -CONFIG_BLK_DEV_IDECD=m -CONFIG_BLK_DEV_IDETAPE=m CONFIG_SCSI=m CONFIG_BLK_DEV_SD=m CONFIG_BLK_DEV_SR=m |