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/microdev_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/microdev_defconfig')
-rw-r--r-- | arch/sh/configs/microdev_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/configs/microdev_defconfig b/arch/sh/configs/microdev_defconfig index c65667d00313..e9825196dd66 100644 --- a/arch/sh/configs/microdev_defconfig +++ b/arch/sh/configs/microdev_defconfig @@ -20,8 +20,6 @@ CONFIG_IP_PNP=y # CONFIG_IPV6 is not set # CONFIG_FW_LOADER is not set CONFIG_BLK_DEV_RAM=y -CONFIG_IDE=y -CONFIG_BLK_DEV_IDECD=y CONFIG_NETDEVICES=y CONFIG_NET_ETHERNET=y CONFIG_SMC91X=y |