kernel_samsung_a53x/drivers/extcon
Randy Dunlap c01d0507f4 extcon: max8997: select IRQ_DOMAIN instead of depending on it
[ Upstream commit b1781d0a1458070d40134e4f3412ec9d70099bec ]

IRQ_DOMAIN is a hidden (not user visible) symbol. Users cannot set
it directly thru "make *config", so drivers should select it instead
of depending on it if they need it.
Relying on it being set for a dependency is risky.

Consistently using "select" or "depends on" can also help reduce
Kconfig circular dependency issues.

Therefore, change EXTCON_MAX8997's use of "depends on" for
IRQ_DOMAIN to "select".

Link: https://lore.kernel.org/lkml/20240213060028.9744-1-rdunlap@infradead.org/
Fixes: dca1a71e4108 ("extcon: Add support irq domain for MAX8997 muic")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 12:27:04 +01:00
..
devres.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-adc-jack.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-arizona.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-axp288.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-fsa9480.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-gpio.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-intel-cht-wc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-intel-int3496.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-intel-mrfld.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-intel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-max3355.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-max8997.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-max14577.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-max77693.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-max77843.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-palmas.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-ptn5150.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-qcom-spmi-misc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-rt8973a.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-rt8973a.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-sm5502.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-sm5502.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-usb-gpio.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon-usbc-cros-ec.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extcon.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig extcon: max8997: select IRQ_DOMAIN instead of depending on it 2024-11-19 12:27:04 +01:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00