fix(sensors): Avoid duplicate Kconfig/DTS name.
* Upstream added an equivalent fuel gauge driver, so namespace our Kconfig symbol and DTS compatible for the MAX17048 driver.
This commit is contained in:
parent
0b5afbf9c0
commit
bd9c71ab0a
5 changed files with 9 additions and 11 deletions
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
add_subdirectory_ifdef(CONFIG_ZMK_BATTERY battery)
|
||||
add_subdirectory_ifdef(CONFIG_EC11 ec11)
|
||||
add_subdirectory_ifdef(CONFIG_MAX17048 max17048)
|
||||
add_subdirectory_ifdef(CONFIG_ZMK_MAX17048 max17048)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue