Commit graph

29,268 commits

Author SHA1 Message Date
Armando Visconti
ca2992379c drivers/sensor: lsm6dsv16x: add int-gpio-config attribute in DT
Add the possibility to configure the interrupt gpio in one of the
two possiblities:

      - GPIO_INT_EDGE_TO_ACTIVE
      - GPIO_INT_LEVEL_ACTIVE

Default is GPIO_INT_EDGE_TO_ACTIVE, which matches with old fixed
configuration.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2026-05-31 13:41:03 +02:00
Shreyas Shankar
d2a8500223 drivers: timer: ti_rtitimer: Add initial support for TI RTI Timer
Add support for using RTI hardware as system timer:

- Add headers, driver code, Kconfig, and bindings for TI RTI Timer
- Make changes in CMakeLists.txt and Kconfig to support ti_rti_timer
- Add documentation and usage instructions in bindings file.

NOTE: Each RTI has 2 Counter blocks, 4 Counter Compare blocks.
This driver assumes that Counter block 0, Compare block 0 of
chosen RTI instance are used as RTI Timer.

Signed-off-by: Shreyas Shankar <s-shankar@ti.com>
2026-05-31 13:39:47 +02:00
Josuah Demangeon
1d35748d5c style: remove whitespace in < ... >; syntax from doc/comments
Fix devicetree coding style regarding whitespaces through the tree.
This affects code snippets inside documentation, comments, error messages
as to encourage a style that passes CI. Follow-up of #101619

Signed-off-by: Josuah Demangeon <me@josuah.net>
2026-05-29 20:53:20 -07:00
Stephan Gatzka
1d65df9181 drivers: dac: dacx3608: Correct MSB alignment
The TI DAC43608 has 8 bit resolution, the DAC53608 has 10 bit
resolution. According to the datasheet from Texax Instruments,
the MSB of DACn_DATA must be left aligned.

This fix aligns the data correctly, allowing the DAC value to
be set to 100% and not only 25% max for the DAC43608.

Signed-off-by: Stephan Gatzka <stephan.gatzka@gmail.com>
2026-05-29 23:35:57 +02:00
Henrik Brix Andersen
8f5e2db6b8 drivers: eeprom: fake: make fake_eeprom_size_delegate() private
Make the internal fake_eeprom_size_delegate() function private.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2026-05-29 22:12:18 +02:00
Stanislav Poboril
0c7edb88e8 drivers: eth_nxp_enet_qos: default to 10 Mbps half-duplex at MAC init
The MAC_CONFIGURATION register was unconditionally OR'ed with the FES
(speed) and DM (duplex) bits, forcing 100 Mbps full-duplex during MAC
initialization. The PHY link callback later updates these bits to match
the actual link state, but on 10BASE-T1S (PLCA) links the temporary
100 Mbps/full-duplex setting causes the MAC to ignore the COL signal
from the internal TENBASET_PHY block. As a result the MAC transmits
during another node's transmit opportunity, producing collisions and
lost data.

Initialize MAC_CONFIGURATION with FES and DM cleared (10 Mbps,
half-duplex, which is also the register's reset value) and let the PHY
callback set the correct speed/duplex once the link is up. Read-modify-
write is done via a local variable so both the set and clear masks are
applied in a single register write.

Fixes #109682

Signed-off-by: Stanislav Poboril <stanislav.poboril@nxp.com>
2026-05-29 22:11:11 +02:00
Fin Maaß
5f454ed70d flash: esp32: remove MPU_ALLOW_FLASH_WRITE
the option MPU_ALLOW_FLASH_WRITE is only needed
when ARM_MPU. Only files in include/zephyr/arch/arm/mpu/
and include/zephyr/arch/arm64/cortex_r use it. it is not used in
xtensa or riscv.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
2026-05-29 22:09:37 +02:00
Omar Naffaa
7ef5a30e66 drivers: interrupt_controller: riscv: Fix incorrect bitmask (intc_clic)
Update drivers/interrupt_controller/intc_clic.c to use BIT_MASK(2)
rather than BIT_MASK(3) in "riscv_clic_irq_priority_set". The .trg
attribute of the CLICINTATTR that is initialized in this function is
2 bits while the current mask is 3 bits. To ensure only 2 bits are
used, we need to correct the mask.

Signed-off-by: Omar Naffaa <onaffaa@qti.qualcomm.com>
2026-05-29 22:08:49 +02:00
Romain Jayles
22fafcfaee drivers: stm32_lptim_timer: check DIEROK on all the relevant socs
Others socs series also have a DIEROK flag to check.
The stm32_lptim_timer has been modificated accordingly

Signed-off-by: Romain Jayles <romain.jayles@st.com>
2026-05-29 22:08:20 +02:00
Ali Hozhabri
a8c09c2e34 drivers: bluetooth: hci: Modify BLE driver to support X-Nucleo-WBA25A1
Provide the necessary changes for the ST HCI SPI Bluetooth driver
to support X-NUCLEO-WBA25A1 shield.

Update ST BLE shields' overlays with the new properties.

Signed-off-by: Ali Hozhabri <ali.hozhabri@st.com>
2026-05-29 22:07:54 +02:00
Richard Mc Sweeney
6c400ffa70 drivers: Add pse84 autanalog PRB reference
Added support for autanalog PRB for PSE84.

This implementation uses the shared autonomous controller (AC) MFD
with the other autanalog drivers.

The PRB is a programmable reference block inside the autonomous
(aut) analog subsystem. It is controlled using the autonomous
controller (AC), which is a programmable state machine. The AC is
shared across all autonomous analog peripherals including the
SAR, PRB, PTComp, CTB, and CTDAC.

The PRB contains two variable voltage references derived from
either VDDA(1.8V) or VGBR(0.9V). These need to be configured
together and accessed using the AC. A PRB MFD is used to bring
together the two voltage reference configurations. AC MFD then
references the combined PRB MFD configuration, and brings together
all other autanalog peripherals into a single AC setup for the
application.

Assisted-by: Claude:claude-opus-4.6
Signed-off-by: Richard Mc Sweeney <Richard.McSweeney@infineon.com>
2026-05-29 22:07:08 +02:00
Måns Ansgariusson
dd85c65b7e drivers: ethernet: sam_gmac: replace private ring_buffer with sys_ringq
Remove the driver-local struct ring_buffer in favour of sys_ringq.
Pointers are stored directly in the ring queues, which removes the need
for the POINTER_TO_UINT casts and fixes a potential platform-specific
pointer truncation issue on 64-bit architectures.

gmac_desc_list rings are unchanged as they require
in-place DMA descriptor access.

closes: #21155
Signed-off-by: Måns Ansgariusson <mansgariusson@gmail.com>
2026-05-29 22:06:36 +02:00
Richard Mc Sweeney
deb16ae425 drivers: mux input support for pse84 autanalog sar
Updated pse84 autanalog sar to support muxed inputs.

This implementation uses the autonomous controller (MFD).
The autonomous controller (AC) a programmable state machine. The AC
is shared across all autonomous analog peripherals including the
SAR, PRB, PTComp, CTB, and CTDAC.

The device supports 8 direct GPIO inputs and 16 muxed inputs.
The muxed inputs can be sourced from pins or from interal signals
from other autanalog blocks. Muxed inputs can be chosen by assigning
channels 8 and above. Only 2 muxed channels are allowed per sequencer
when operating in high-speed mode. 1 muxed channel is permitted per
sequencer when operating in low power mode.

Assisted-by: Claude:claude-opus-4.6
Signed-off-by: Richard Mc Sweeney <Richard.McSweeney@infineon.com>
2026-05-29 22:05:52 +02:00
Raffael Rostagno
9b0c9a2a3a drivers: tsens: esp32: Sleep retention
Add sleep retention support for die temp driver. When peripheral
power down is enabled for light sleep, register data is lost,
so REGDMA backup is needed to mantein peripheral operational.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2026-05-29 22:05:37 +02:00
Raffael Rostagno
caa27e425a drivers: pwm_ledc: esp32: Sleep retention
Add sleep retention support for LEDC PWM driver. When peripheral
power down is enabled for light sleep, register data is lost,
so REGDMA backup is needed to mantein peripheral operational.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2026-05-29 22:05:37 +02:00
Raffael Rostagno
57587585f9 drivers: wdt: esp32: Sleep retention
Add sleep retention support for WDT driver. When peripheral
power down is enabled for light sleep, register data is lost,
so REGDMA backup is needed to mantein peripheral operational.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2026-05-29 22:05:37 +02:00
Raffael Rostagno
e9e7a4457a drivers: counter: esp32: Sleep retention
Add sleep retention support for counter driver. When peripheral
power down is enabled for light sleep, register data is lost,
so REGDMA backup is needed to mantein peripheral operational.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2026-05-29 22:05:37 +02:00
Raffael Rostagno
e57da3593d drivers: uart: esp32: Sleep retention
Add sleep retention support for UART driver. When peripheral
power down is enabled for light sleep, register data is lost,
so REGDMA backup is needed to mantein peripheral operational.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2026-05-29 22:05:37 +02:00
Raffael Rostagno
f127e9f846 drivers: spi: esp32: Sleep retention
Add sleep retention support for GSPI driver. When peripheral
power down is enabled for light sleep, register data is lost,
so REGDMA backup is needed to mantein peripheral operational.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2026-05-29 22:05:37 +02:00
Raffael Rostagno
d464bb4df6 drivers: dma: esp32: Sleep retention
Add sleep retention support for GDMA driver. When peripheral
power down is enabled for light sleep, register data is lost,
so REGDMA backup is needed to mantein peripheral operational.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2026-05-29 22:05:37 +02:00
Sudarshan Iyengar
111a1ba43f drivers: sensor: bmi323: Add I2C bus support
Add I2C bus support to the BMI323 sensor driver. The BMI323
supports I2C communication with a dummy byte offset protocol
where 2 dummy bytes precede actual data in read operations.

Changes:
- Add bmi323_i2c.c/.h with I2C read/write and chip ID validation
- Add BMI323_BUS_I2C Kconfig option
- Update BMI323_DEVICE_BUS macro to handle I2C bus type
- Add bosch,bmi323-i2c.yaml device tree binding

The I2C implementation handles the dummy byte offset required
by the BMI323 when reading registers over I2C.

Signed-off-by: Sudarshan Iyengar <sudarshan.iyengar@alifsemi.com>
2026-05-29 22:05:08 +02:00
Sudarshan Iyengar
792718a5a3 drivers: sensor: bmi323: add RTIO async API support
Add Real-Time I/O (RTIO) asynchronous sensor API support to the
BMI323 driver. This enables non-blocking sensor reads with
kernel-managed buffering.

Features added:
- RTIO submit and decode operations for accel, gyro, and temp channels
- Q31 fixed-point format encoding for consistent sensor data scaling
- Unified sample fetch implementation shared between sync and async paths
- Decoder API with timestamped frame headers

The driver now supports both blocking (sensor_sample_fetch) and
non-blocking (sensor_read) operation modes when CONFIG_SENSOR_ASYNC_API
is enabled.

Signed-off-by: Sudarshan Iyengar <sudarshan.iyengar@alifsemi.com>
Assisted-by: GPTCodex:GPT-5.4
2026-05-29 22:05:08 +02:00
Sudarshan Iyengar
87421d3d8a drivers: sensor: bme680: Add RTIO support
Add Real-Time I/O (RTIO) support to the BME680 sensor driver to enable
asynchronous sensor operations. This implementation follows the pattern
established by other Bosch sensor drivers in Zephyr.

Changes include:
- Add bme680_async.c implementing the sensor async API submit function
  using RTIO lock free queues asynchronous read operations
- Add bme680_decoder.c implementing the sensor decoder API for
  Q31-format data conversion of temperature, pressure, humidity, and
  gas resistance channels
- Add RTIO encoded data structures (bme680_encoded_data, bme680_reading)
  to bme680.h with proper bit-packed flags for channel presence
- Update CMakeLists.txt to conditionally build async sources when
  CONFIG_SENSOR_ASYNC_API is enabled

The driver supports fetching temperature, pressure, humidity, and gas
resistance channels via the RTIO interface.

Signed-off-by: Sudarshan Iyengar <sudarshan.iyengar@alifsemi.com>
Assisted-by: Claude:claude-opus-4.6
2026-05-29 10:31:46 -05:00
Pieter De Gendt
915774def3 drivers: i2c: target: Put device driver API into iterable section
Use DEVICE_API() so DEVICE_API_GET(i2c_target, dev) passes its
section-bounds assert.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2026-05-29 08:29:09 -05:00
Mathieu Choplain
f4ad8ed152 drivers: hwinfo: stm32: fix reset flags handling for STM32C5
The LL function is named differently on STM32C5 because the hardware is
different: the `RMVF` bit must be cleared by software, whereas hardware
clears it automatically on all other series.

Rework the implementation to be functional, and rename the function to
match intent while at it. Also, switch to a series-specific #if guard
since this is hardware-specific rather than related to HAL1/HAL2.

Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
2026-05-29 10:49:49 +02:00
Surya Prakash T
05dd7c89e3 drivers: stepper: tmc51xx_drv: remove dead stallguard assert
stallguard_threshold_velocity is always present on the controller node,
so COND_CODE_1(DT_PROP_EXISTS()) always evaluates true making the
BUILD_ASSERT unreachable and futile. Remove it.

Signed-off-by: Surya Prakash T <suryat@aerlync.com>
2026-05-29 10:49:43 +02:00
Surya Prakash T
5fd8239cb8 drivers: stepper: tmc51xx: remove dead stallguard assert
stallguard_threshold_velocity is always present on the controller node,
so COND_CODE_1(DT_PROP_EXISTS()) always evaluates true making the
BUILD_ASSERT unreachable and futile. Remove it.

Signed-off-by: Surya Prakash T <suryat@aerlync.com>
2026-05-29 10:49:43 +02:00
Surya Prakash T
f904fbf7cc drivers: stepper: tmc50xx: remove dead stallguard assert
stallguard_threshold_velocity is always present on the controller node,
so COND_CODE_1(DT_PROP_EXISTS()) always evaluates true making the
BUILD_ASSERT unreachable and futile. Remove it.

Signed-off-by: Surya Prakash T <suryat@aerlync.com>
2026-05-29 10:49:43 +02:00
Andrzej Głąbek
6e89c21a4e drivers: flash_mspi_nor: Add self runtime device PM handling
as in the spi_nor driver, so that the DPD mode can be used even if
the flash API caller does not perform the runtime device PM calls.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2026-05-29 10:46:31 +02:00
Andrzej Głąbek
d3b85a157b drivers: flash_mspi_nor: Add support for DPD mode
Add proper handling of the `has-dpd`, `t-enter-dpd`, and `t-exit-dpd`
devicetree properties that could be applied to "jedec,mspi-nor" nodes,
but caused no effect so far.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2026-05-29 10:46:31 +02:00
Andrzej Głąbek
b7cfe0ca6d drivers: flash_mspi_nor: Apply a few editorial corrections
Correct alignment of `\` characters in the `FLASH_MSPI_NOR_INST(inst)`
macro definition.
Use `NSEC_PER_USEC` symbols instead of 1000 when doing conversion from
nanoseconds to microseconds.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2026-05-29 10:46:31 +02:00
Raffael Rostagno
2a0650072e drivers: gpio: esp32: Handle GPIO_INT_WAKEUP in pin_interrupt_configure
The GPIO subsystem forwards GPIO_INT_WAKEUP from dt_flags into the trig
argument of pin_interrupt_configure(). Wakeup source configuration is
already handled in gpio_esp32_config(); strip the bit before passing trig
to convert_int_type() to avoid -EINVAL return.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2026-05-29 07:45:26 +02:00
Henrik Brix Andersen
faa89f8c93 drivers: can: switch to using LOG_ERR_DEVICE_NOT_READY()
Switch to using LOG_ERR_DEVICE_NOT_READY() to reduce flash footprint.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2026-05-29 07:44:47 +02:00
Arayik Gharibyan
513e98118e drivers: ethernet: enc424j600: support multiple instances
Convert the ENC424J600 Ethernet driver from a single hardcoded
devicetree instance to the standard Zephyr multi-instance pattern using
DT_INST_FOREACH_STATUS_OKAY().

Before this change, only instance 0 was registered, so boards with
multiple microchip,enc424j600 nodes could only create one Ethernet
interface.

This allows all status = "okay" ENC424J600 devicetree instances to be
registered.

Fixes #109849

Signed-off-by: Arayik Gharibyan <arayik.gharibyan.1999@gmail.com>
2026-05-29 07:44:33 +02:00
Jilay Pandya
9eece736ea stepper: replace a bunch of BUILD_ASSERT with min/max
Replace most BUILD_ASSERT on property values with min/max checks on the
binding itself.

Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
2026-05-29 07:44:21 +02:00
Fabio Baltieri
a6cca92e8f input: replace a bunch of BUILD_ASSERT with min/max
Replace most BUILD_ASSERT on property values with min/max checks on the
binding itself.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2026-05-29 07:43:58 +02:00
Jonas Remmert
fb3e99e38a drivers: net: nsos: replace malloc+memset with calloc
Match the allocation style used elsewhere in the file.

Signed-off-by: Jonas Remmert <j.remmert@smight.com>
2026-05-29 07:43:39 +02:00
Jonas Remmert
78453c755e drivers: net: nsos: zero-initialize accepted socket
Accepted sockets had uninitialized poll fields and timeouts. A zero
k_timeout_t equals K_NO_WAIT (not K_FOREVER), so blocking recv()/send() on
accepted sockets returned immediately instead of waiting.

Signed-off-by: Jonas Remmert <j.remmert@smight.com>
2026-05-29 07:43:39 +02:00
bfe6451a22 drivers: i2c: fix the ch32v006 build by changing the "has TRISE" test
The I2C Rise Time Register (TRISE) is present on the CH32V20x and
CH32V30x but not on the CH32V003 or CH32V00X. Change the test from
"not on the CH32V003" to "only present if the HAL defines the macro".

Tested by patching the board DTS to enable i2c1 and then building
`tests/drivers/i2c/i2c_api` for the ch32v003evt, ch32v006evt, and
linkw.

Signed-off-by: Michael Hope <michaelh@juju.nz>
2026-05-29 07:41:50 +02:00
Sylvio Alves
1310b9b046 drivers: bluetooth: esp32: align controller knobs with zephyr
Route the ESP32_BT_* defaults through the generic BT_CTLR_* symbols
so a standard BT_CTLR_* toggle reaches the vendor knobs without
further user intervention. Select the matching BT_CTLR_*_SUPPORT
capabilities from BT_ESP32, and add Kconfig entries for the BLE 5.x
feature gates, controller power placement and light-sleep XTAL.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2026-05-29 07:38:05 +02:00
Alain Volmat
d0a08f6cb7 drivers: gpio: mfxstm32l152: add BOTH EDGE trigger support
The MFX does not natively support BOTH direction edge
detection. In order to support it, adapt the requested edge
depending on the level at configuration time and toggle the
edge whenever an interrupt is received.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
2026-05-29 07:36:55 +02:00
Alain Volmat
d9a32d3395 drivers: gpio: mfxstm32l152: correct PU/PD handling
So far the driver was setting the PU/PD bit properly however
missed setting another bit indicating of a Pull-Down or Pull-Up
are necessary.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
2026-05-29 07:36:55 +02:00
Alain Volmat
a51f00c81a drivers: gpio: mfxstm32l152: simplify PUPD/Direction handling
Simplify the way bit handling for direction and PullUp/PullDown
control is done.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
2026-05-29 07:36:55 +02:00
Jonathan Elliot Peace
3290b3cd29 drivers: serial: uart_bcm2711: read-modify-write IER bits
The four irq_{rx,tx}_{enable,disable} helpers each wrote a single
constant value to IER -- BIT(N) on enable, ~BIT(N) on disable. As
a result they did not toggle a single bit; they overwrote the
entire register. Two side effects:

* irq_tx_disable() set the RX-enable bit (because ~BIT(1) has bit 0
  set), and vice versa. The expected sequence
      irq_rx_disable(); irq_tx_disable();
  ends with the RX bit on, even though the caller asked for both
  channels to be quiesced.

* On the BCM283x mini-UART, the upper bits of IER carry FIFO-clear
  shortcuts (see BCM2837 ARM Peripherals manual, "AUX_MU_IER_REG").
  Writing 0xfffffffd or 0xfffffffe arbitrarily perturbs them.

Fix: each helper reads IER, sets or clears its own bit, writes
back. The TX/RX-enable side now also preserves the other channel's
state correctly.

Signed-off-by: Jonathan Elliot Peace <jep@alphabetiq.com>
2026-05-29 07:36:27 +02:00
Jonathan Elliot Peace
cbc8cb440f drivers: serial: uart_bcm2711: return -1 from poll_in when no char
The current implementation spins forever waiting for a character and
unconditionally returns 0. The uart_poll_in() API contract is that
the function returns -1 (or another negative value) immediately when
no character is currently available, and 0 only after writing a
received character to *c.

Without this, callers that use the canonical drain pattern --

    while (uart_poll_in(dev, &c) == 0) {
        ;
    }

-- hang. drivers/console/uart_console.c::console_input_init() does
exactly this when registering an input handler, so any application
that calls uart_register_input() (e.g. via Zephyr's console handler
subsystem) can deadlock at startup waiting on idle UART RX.

The fix is to test once and return -1 on the no-char path. The
"got a character" path is unchanged.

Signed-off-by: Jonathan Elliot Peace <jep@alphabetiq.com>
2026-05-29 07:36:17 +02:00
Jérôme Pouiller
985f66c3ba drivers: wifi: siwx91x: Drop useless HIDE_PSK_CREDENTIALS parameter
WIFI_SILABS_SIWX91X_FEAT_HIDE_PSK_CREDENTIALS impacted the way the NWp
print the log message. However, these logs are not available on production
firmware. So, it does not make sense to expose this parameter.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
2026-05-29 07:36:02 +02:00
Jérôme Pouiller
77ae17aa07 drivers: wifi: siwx91x: Explicitly use Wifi log level
Until now, the siwx91x wifi driver used the default log level. It make more
sense to the use the log level provided b the Wifi subsystem.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
2026-05-29 07:36:02 +02:00
Jérôme Pouiller
aa072294fb drivers: wifi: siwx91x: Reorder Kconfig options
Reorganize the Kconfig options in preparation for a future rework of the
Wi-Fi driver. The new ordering groups related options together:

   1. Hidden configdefault entries that tune network stack parameters
   2. Native vs. offloaded network stack choice
   3. Driver feature options
   4. Scan and roaming fine-tuning options

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
2026-05-29 07:36:02 +02:00
Jérôme Pouiller
8fa9d53751 drivers: wifi: siwx91x: Change int in booleans
There were no reason to use integers for WIFI_SILABS_SIWX91X_ADV_MULTIPROBE
parameter.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
2026-05-29 07:36:02 +02:00
Jérôme Pouiller
0e5dde875f soc: silabs: siwx91x: Fix defaultconfig statements
Defining a Kconfig symbol several times is dangerous. It is better to use
configdefault for the CMSIS related symbols.

Bluetooth configdefault depends on NWP driver. It is more accurate to
depend on the Si91x Bluetooth driver.

Finally, configdefault is supposed to be only used in Kconfig.defconfig
files. So, relocate BT_HCI_ACL_FLOW_CONTROL.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
2026-05-29 07:36:02 +02:00