1# NXP NX20P3483 Configuration menu
2
3# Copyright 2023 Google LLC
4# SPDX-License-Identifier: Apache-2.0
5
6config USBC_PPC_NX20P3483
7	bool "NXP NX20P3483 support"
8	default y
9	depends on DT_HAS_NXP_NX20P3483_ENABLED
10	help
11	  Enable USB-C PPC support for NXP nx20p3483 chip
12
13if USBC_PPC_NX20P3483
14
15config USBC_PPC_NX20P3483_DUMP_FULL_REG_NAMES
16	bool "Dump full register names"
17	help
18	  Dump human-readable names instead of offsets of registers
19
20endif
21