mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 07:55:21 +00:00
19 lines
550 B
Plaintext
19 lines
550 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2025 Realtek Semiconductor Corporation, SIBG-SD7
|
|
#
|
|
|
|
config SOC_FLASH_RTS5912
|
|
bool "Realtek RTS5912 flash driver"
|
|
default y
|
|
depends on DT_HAS_REALTEK_RTS5912_FLASH_CONTROLLER_ENABLED
|
|
select FLASH_HAS_PAGE_LAYOUT
|
|
select FLASH_HAS_DRIVER_ENABLED
|
|
select FLASH_HAS_EXPLICIT_ERASE
|
|
select FLASH_HAS_EX_OP
|
|
select HAS_FLASH_LOAD_OFFSET
|
|
help
|
|
The flash driver includes support for read, write and
|
|
erase flash operations. It also supports protection.
|
|
The rts5912 flash size is 960K byte.
|