soc: nordic: allow use of TWIM frequency workaround
Added Kconfig options to allow use of TWIM frequency workaround in NRFX for nRF52 and nRF53. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
This commit is contained in:
parent
2fc2c6a55f
commit
def5f8ee07
3 changed files with 22 additions and 0 deletions
|
@ -776,6 +776,12 @@
|
|||
#ifdef CONFIG_NRFX_TWIM137
|
||||
#define NRFX_TWIM137_ENABLED 1
|
||||
#endif
|
||||
#ifdef CONFIG_NRF52_ANOMALY_219_WORKAROUND
|
||||
#define NRFX_TWIM_NRF52_ANOMALY_219_WORKAROUND_ENABLED 1
|
||||
#endif
|
||||
#ifdef CONFIG_SOC_NRF53_ANOMALY_47_WORKAROUND
|
||||
#define NRFX_TWIM_NRF53_ANOMALY_47_WORKAROUND_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NRFX_TWIS
|
||||
#define NRFX_TWIS_ENABLED 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue