drivers: counter: Setting I2C as depends in DS3231 config file
When using DS3231 counter, its enablement should depend on I2C Signed-off-by: Esteban Valverde <esteban.valverde.vega@intel.com>
This commit is contained in:
parent
03ec46889b
commit
b9313cab1b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
config COUNTER_MAXIM_DS3231
|
config COUNTER_MAXIM_DS3231
|
||||||
bool "Maxim DS3231 RTC/TCXO"
|
bool "Maxim DS3231 RTC/TCXO"
|
||||||
select I2C
|
depends on I2C
|
||||||
select POLL
|
select POLL
|
||||||
help
|
help
|
||||||
Enable counter driver based on Maxim DS3231 I2C device.
|
Enable counter driver based on Maxim DS3231 I2C device.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue