Kconfig.platform (a89988a6e00c5a099ee23619cd91dc8dc7ec9328) | Kconfig.platform (23460839b983d5d8d47fe90f341599f66523dd81) |
---|---|
1menu "Platform options" 2 3comment "Memory settings" 4 5config NIOS2_MEM_BASE 6 hex "Memory base address" 7 default "0x00000000" 8 help --- 67 unchanged lines hidden (view full) --- 76 77config NIOS2_HW_DIV_SUPPORT 78 bool "Enable DIV instruction" 79 default n 80 help 81 Set to true if you configured the Nios II to include the DIV 82 instruction. Enables the -mhw-div compiler flag. 83 | 1menu "Platform options" 2 3comment "Memory settings" 4 5config NIOS2_MEM_BASE 6 hex "Memory base address" 7 default "0x00000000" 8 help --- 67 unchanged lines hidden (view full) --- 76 77config NIOS2_HW_DIV_SUPPORT 78 bool "Enable DIV instruction" 79 default n 80 help 81 Set to true if you configured the Nios II to include the DIV 82 instruction. Enables the -mhw-div compiler flag. 83 |
84config NIOS2_BMX_SUPPORT 85 bool "Enable BMX instructions" 86 depends on NIOS2_ARCH_REVISION = 2 87 default n 88 help 89 Set to true if you configured the Nios II R2 to include 90 the BMX Bit Manipulation Extension instructions. Enables 91 the -mbmx compiler flag. 92 |
|
84config NIOS2_FPU_SUPPORT 85 bool "Custom floating point instr support" 86 default n 87 help 88 Enables the -mcustom-fpu-cfg=60-1 compiler flag. 89 90config NIOS2_CI_SWAB_SUPPORT 91 bool "Byteswap custom instruction" --- 46 unchanged lines hidden --- | 93config NIOS2_FPU_SUPPORT 94 bool "Custom floating point instr support" 95 default n 96 help 97 Enables the -mcustom-fpu-cfg=60-1 compiler flag. 98 99config NIOS2_CI_SWAB_SUPPORT 100 bool "Byteswap custom instruction" --- 46 unchanged lines hidden --- |