drivers: gpio: sx1509b: select I2C

Select I2C instead of depending on it, following latest upstream policy.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-08-24 15:59:12 +02:00 committed by Marti Bolivar
parent 05faddc923
commit ac89fce3be

View file

@ -7,7 +7,7 @@ menuconfig GPIO_SX1509B
bool "SX1509B I2C GPIO chip" bool "SX1509B I2C GPIO chip"
default y default y
depends on DT_HAS_SEMTECH_SX1509B_ENABLED depends on DT_HAS_SEMTECH_SX1509B_ENABLED
depends on I2C select I2C
help help
Enable driver for SX1509B I2C GPIO chip. Enable driver for SX1509B I2C GPIO chip.