zephyr/drivers/usb/bc12/Kconfig
Keith Short e0dd45ba31 bc12: API and 1st driver implementation.
Add portable-device mode to the Diodes PI3USB9201 USB charging detector.

Signed-off-by: Keith Short <keithshort@google.com>
2023-03-30 17:34:36 -04:00

18 lines
351 B
Plaintext

# Copyright (c) 2022 Google LLC
# SPDX-License-Identifier: Apache-2.0
menuconfig USB_BC12
bool "USB BC1.2 Drivers"
help
Enable USB BC1.2 (battery charging detection) drivers.
if USB_BC12
module = USB_BC12
module-str = usb_bc12
source "subsys/logging/Kconfig.template.log_config"
source "drivers/usb/bc12/Kconfig.pi3usb9201"
endif # USB_BC12