mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
72c93a9743
For now, nRF53 and nRF9160 will shared UART/I2C/SPI IRQs, nRF52 will reuse the same callback but will keep its own file to avoid breakage. This can be continue in a followup PR Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
# Copyright (c) 2023 Mesotic SAS
|
|
#
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
# directory for more details.
|
|
#
|
|
|
|
config MODULE_NRF_SHARED_SERIAL_IRQ
|
|
bool
|
|
depends on TEST_KCONFIG
|
|
default y
|