1# Copyright (c) 2022 Basalte bv
2# SPDX-License-Identifier: Apache-2.0
3
4config MEMC_SAM_SMC
5 bool "Atmel Static Memory Controller (SMC)"
6 default y
7 depends on DT_HAS_ATMEL_SAM_SMC_ENABLED
8 select PINCTRL
9 help
10 Enable Atmel Static Memory Controller.
11