1# Copyright (c) 2022 Google LLC 2# SPDX-License-Identifier: Apache-2.0 3 4menuconfig USB_BC12 5 bool "USB BC1.2 Drivers" 6 help 7 Enable USB BC1.2 (battery charging detection) drivers. 8 9if USB_BC12 10 11module = USB_BC12 12module-str = usb_bc12 13source "subsys/logging/Kconfig.template.log_config" 14 15source "drivers/usb/bc12/Kconfig.pi3usb9201" 16 17endif # USB_BC12 18