mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 10:35:22 +00:00
Split Kconfig into separate files sorted by name. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
# Copyright The Zephyr Project Contributors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HWINFO_PSOC6
|
|
bool "Cypress PSOC 6 unique device ID"
|
|
default y
|
|
depends on SOC_FAMILY_PSOC6_LEGACY
|
|
select HWINFO_HAS_DRIVER
|
|
help
|
|
Enable Cypress PSOC 6 hwinfo driver.
|