1# ST MEMS sensor configuration options 2 3# Copyright (c) 2025 Meta Platforms 4# SPDX-License-Identifier: Apache-2.0 5 6config STMEMSC_I3C_I2C_WRITE_BUFFER_SIZE 7 int "ST memsc I2C write buffer size" 8 default 16 9 depends on I2C || I3C 10 depends on HAS_STMEMSC 11 help 12 The size of the buffer pushed on the stack used to copy 13 the data to be written along with the register address. 14