Split Kconfig into separate files sorted by name. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
# Copyright The Zephyr Project Contributors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HWINFO_SAM4L
|
|
bool "Atmel SAM4L device ID"
|
|
default y
|
|
depends on SOC_SERIES_SAM4L
|
|
select HWINFO_HAS_DRIVER
|
|
help
|
|
Enable Atmel SAM4L hwinfo driver.
|