Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
refs/heads/upstream/collab-sdk-dev
/
.
/
drivers
/
hwinfo
/
Kconfig.sam4l
blob: fc11fba94baffb4bd17dd813b5f88e54cce8bc0b [
file
] [
log
] [
blame
] [
edit
]
# 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
.