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:
Kevin O'Connor
2025-04-07 12:40:47 -04:00
parent 0fbcc156c5
commit 871637d3f2
4 changed files with 8 additions and 0 deletions

View File

@@ -318,3 +318,5 @@ config HAVE_BOOTLOADER_REQUEST
bool
config HAVE_LIMITED_CODE_SIZE
bool
config HAVE_SOFTWARE_DIVIDE_REQUIRED
bool