mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
mfd: adp5585: Drop obsolete dependency on COMPILE_TEST
Since commit 0166dc11be
("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>
This commit is contained in:
parent
2bb0106db9
commit
577f6c2c59
@ -25,7 +25,7 @@ config MFD_ADP5585
|
|||||||
select MFD_CORE
|
select MFD_CORE
|
||||||
select REGMAP_I2C
|
select REGMAP_I2C
|
||||||
depends on I2C
|
depends on I2C
|
||||||
depends on OF || COMPILE_TEST
|
depends on OF
|
||||||
help
|
help
|
||||||
Say yes here to add support for the Analog Devices ADP5585 GPIO
|
Say yes here to add support for the Analog Devices ADP5585 GPIO
|
||||||
expander, PWM and keypad controller. This includes the I2C driver and
|
expander, PWM and keypad controller. This includes the I2C driver and
|
||||||
|
Loading…
Reference in New Issue
Block a user