zephyr/modules/Kconfig.atmel
Anas Nashif 2d9d898cc6 ext: hal: atmel: move atmel HAL to external module
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>
2019-08-21 14:17:43 -04:00

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