mirror of
git://soft.sys114.com/klipper
synced 2026-02-13 02:40:27 +09:00
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 <kevin@koconnor.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user