You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
504 B
15 lines
504 B
# Copyright (c) 2024 Silicon Laboratories Inc. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config SOC_FLASH_SILABS_SIWX91X |
|
bool "Silicon Labs SiWx91x flash driver" |
|
default y |
|
depends on DT_HAS_SILABS_SIWX91X_FLASH_CONTROLLER_ENABLED |
|
select FLASH_HAS_DRIVER_ENABLED |
|
select FLASH_HAS_EXPLICIT_ERASE |
|
select FLASH_HAS_PAGE_LAYOUT |
|
# Flash controller is handled by the network coprocessor |
|
select WISECONNECT_NETWORK_STACK |
|
help |
|
Enable flash controller for flash embedded on Silicon Labs SiWx91x |
|
chips.
|
|
|