Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: adp5585: Drop obsolete dependency on COMPILE_TEST

Since commit 0166dc11be91 ("of: make CONFIG_OF user selectable"), it
is possible to test-build any driver which depends on OF on any
architecture by explicitly selecting OF. Therefore depending on
COMPILE_TEST as an alternative is no longer needed.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20241022124745.5d8d3778@endymion.delvare
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Jean Delvare and committed by
Lee Jones
577f6c2c 2bb0106d

+1 -1
+1 -1
drivers/mfd/Kconfig
··· 25 25 select MFD_CORE 26 26 select REGMAP_I2C 27 27 depends on I2C 28 - depends on OF || COMPILE_TEST 28 + depends on OF 29 29 help 30 30 Say yes here to add support for the Analog Devices ADP5585 GPIO 31 31 expander, PWM and keypad controller. This includes the I2C driver and