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:
parent
05faddc923
commit
ac89fce3be
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue