Kconfig.platform (23460839b983d5d8d47fe90f341599f66523dd81) Kconfig.platform (edebea98777d7090ea14bdce2e38e6798557729d)
1menu "Platform options"
2
3comment "Memory settings"
4
5config NIOS2_MEM_BASE
6 hex "Memory base address"
7 default "0x00000000"
8 help

--- 76 unchanged lines hidden (view full) ---

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
1menu "Platform options"
2
3comment "Memory settings"
4
5config NIOS2_MEM_BASE
6 hex "Memory base address"
7 default "0x00000000"
8 help

--- 76 unchanged lines hidden (view full) ---

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
93config NIOS2_CDX_SUPPORT
94 bool "Enable CDX instructions"
95 depends on NIOS2_ARCH_REVISION = 2
96 default n
97 help
98 Set to true if you configured the Nios II R2 to include
99 the CDX Bit Manipulation Extension instructions. Enables
100 the -mcdx compiler flag.
101
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 ---
102config NIOS2_FPU_SUPPORT
103 bool "Custom floating point instr support"
104 default n
105 help
106 Enables the -mcustom-fpu-cfg=60-1 compiler flag.
107
108config NIOS2_CI_SWAB_SUPPORT
109 bool "Byteswap custom instruction"

--- 46 unchanged lines hidden ---