2d9d898cc6
Move the HAL to an external repo to be used with west: https://github.com/zephyrproject-rtos/hal_atmel Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
# Kconfig - Atmel SDK
|
|
#
|
|
# Copyright (c) 2016 Piotr Mienkowski
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config ASF
|
|
bool
|
|
select HAS_CMSIS
|
|
depends on SOC_FAMILY_SAM || SOC_FAMILY_SAM0
|
|
|
|
config ATMEL_WINC1500
|
|
bool
|