22 lines
381 B
Plaintext
22 lines
381 B
Plaintext
# ODROID-GO Game Kit configuration
|
|
|
|
# Copyright (c) 2019 Yannis Damigos
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_ODROID_GO_ESP32_PROCPU
|
|
|
|
config DISK_DRIVER_SDMMC
|
|
default y if DISK_ACCESS
|
|
|
|
config SPI
|
|
default y if DISK_DRIVER_SDMMC
|
|
|
|
config ESP_SPIRAM
|
|
default y if !MCUBOOT
|
|
|
|
choice SPIRAM_TYPE
|
|
default SPIRAM_TYPE_ESPPSRAM32
|
|
endchoice
|
|
|
|
endif # BOARD_ODROID_GO_ESP32_PROCPU
|