diff options
author | Christoph Hellwig <hch@lst.de> | 2020-09-24 07:31:39 +0300 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2021-01-07 03:55:25 +0300 |
commit | b7aaf16d10bd9f1fbc5beefb9496e029fd1424ba (patch) | |
tree | 8b8f39a1736057d9e652cd63c823e86806a97c58 /arch/sh/configs/se7750_defconfig | |
parent | a1153636e904faf2b30fae3fb6ee3f4f4d0175c8 (diff) | |
download | linux-b7aaf16d10bd9f1fbc5beefb9496e029fd1424ba.tar.xz |
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/se7750_defconfig')
-rw-r--r-- | arch/sh/configs/se7750_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/configs/se7750_defconfig b/arch/sh/configs/se7750_defconfig index 3f1c13799d79..4defc7628a49 100644 --- a/arch/sh/configs/se7750_defconfig +++ b/arch/sh/configs/se7750_defconfig @@ -29,7 +29,6 @@ CONFIG_MTD_BLOCK=y CONFIG_MTD_CFI=y CONFIG_MTD_CFI_AMDSTD=y CONFIG_MTD_ROM=y -CONFIG_IDE=y CONFIG_SCSI=y CONFIG_NETDEVICES=y CONFIG_NET_ETHERNET=y |