2023-07-20 02:02:34 +08:00
|
|
|
# Copyright (c) 2023 Google, LLC
|
2024-05-08 15:59:43 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2023-07-20 02:02:34 +08:00
|
|
|
|
|
|
|
config MFD_NCT38XX
|
|
|
|
bool "Nuvton NCT38xx multi-function device driver"
|
|
|
|
default y
|
|
|
|
depends on DT_HAS_NUVOTON_NCT38XX_ENABLED
|
|
|
|
select I2C
|
|
|
|
help
|
|
|
|
Enable the Nuvoton NCT38xx TCPC multi-function device driver.
|