|
# Arduino MKR Zero board configuration
|
|
|
|
# Copyright (c) 2022 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if DISK_DRIVERS
|
|
|
|
config DISK_DRIVER_SDMMC
|
|
default y
|
|
|
|
config SPI
|
|
default y
|
|
|
|
config GPIO
|
|
default y
|
|
|
|
endif # DISK_DRIVERS
|