Re: [PATCH] m68k: defconfig: Update defconfigs for v5.4-rc1

2019-10-07 Thread Max Staudt
Hi Geert, (CC linux-ide) As for the Amiga defconfig, how about moving from IDE drivers to ATA? The old IDE stack is slated for removal in less than 2 years, and people should probably move over to libata instead. How about the following changes? Is there any Amiga IDE controller left without a

Re: [PATCH] m68k: defconfig: Update defconfigs for v5.4-rc1

2019-10-01 Thread Max Staudt
On 10/01/2019 09:35 AM, Geert Uytterhoeven wrote: > Should support for ICY and LTC2990 be enabled in amiga_defconfig and/or > multi_defconfig? > > +CONFIG_I2C=m > +CONFIG_I2C_CHARDEV=m > +CONFIG_I2C_ICY=m > > +CONFIG_HWMON=m > +CONFIG_SENSORS_LTC2990=m Sounds like a good idea

[PATCH] m68k: defconfig: Update defconfigs for v5.4-rc1

2019-10-01 Thread Geert Uytterhoeven
Actual changes: -# CONFIG_BACKLIGHT_CLASS_DEVICE is not set -CONFIG_CRYPTO_AEGIS128L=m -CONFIG_CRYPTO_AEGIS256=m -CONFIG_CRYPTO_MORUS1280=m -CONFIG_CRYPTO_MORUS640=m +CONFIG_DM_CLONE=m +CONFIG_EROFS_FS=m -# CONFIG_LCD_CLASS_DEVICE is not set Signed-off-by: Geert Uyt