From 871637d3f2362ce839f3018040eda670f6a10dd9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 7 Apr 2025 12:40:47 -0400 Subject: Kconfig: Note which chips require software divide operations Add a new HAVE_SOFTWARE_DIVIDE_REQUIRED that indicates which chips require software divide. Signed-off-by: Kevin O'Connor --- src/rp2040/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rp2040') diff --git a/src/rp2040/Kconfig b/src/rp2040/Kconfig index 97c31b85..8415592d 100644 --- a/src/rp2040/Kconfig +++ b/src/rp2040/Kconfig @@ -14,6 +14,8 @@ config RPXXXX_SELECT select HAVE_GPIO_HARD_PWM select HAVE_STEPPER_OPTIMIZED_BOTH_EDGE select HAVE_BOOTLOADER_REQUEST + # Software divide needed on rp2040 in spi rate, i2c rate, hard_pwm rate + select HAVE_SOFTWARE_DIVIDE_REQUIRED if MACH_RP2040 config BOARD_DIRECTORY string -- cgit v1.2.3-70-g09d2