spi_flash: only link flash vendor which is officially supported to save IRAM

This commit is contained in:
Cao Sen Miao
2023-02-06 19:23:10 +08:00
parent 2e55775f95
commit 0f8f13d21d
20 changed files with 337 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
#####################################################
# This file is auto-generated from SoC caps
# using gen_soc_caps_kconfig.py, do not edit manually
#####################################################
config SPI_FLASH_VENDOR_XMC_SUPPORTED
bool
default y

View File

@@ -0,0 +1,8 @@
/*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#define SPI_FLASH_VENDOR_XMC_SUPPORTED (1)