8abc449cc2
Add driver for MAX17048 fuel gauge for battery reporting.
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SENSOR
|
|
|
|
rsource "battery/Kconfig"
|
|
rsource "ec11/Kconfig"
|
|
rsource "max17048/Kconfig"
|
|
|
|
endif # SENSOR
|