Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
c6e0035e
Commit
c6e0035e
authored
Apr 28, 2003
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Don't allow FPE modules to be built as a module.
parent
58ada350
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
arch/arm/Kconfig
arch/arm/Kconfig
+2
-12
No files found.
arch/arm/Kconfig
View file @
c6e0035e
...
...
@@ -613,18 +613,13 @@ source "drivers/pcmcia/Kconfig"
comment "At least one math emulation must be selected"
config FPE_NWFPE
tristate
"NWFPE math emulation"
bool
"NWFPE math emulation"
---help---
Say Y to include the NWFPE floating point emulator in the kernel.
This is necessary to run most binaries. Linux does not currently
support floating point hardware so you need to say Y here even if
your machine has an FPA or floating point co-processor podule.
It is also possible to say M to build the emulator as a module
(nwfpe) or indeed to leave it out altogether. However, unless you
know what you are doing this can easily render your machine
unbootable. Saying Y is the safe option.
You may say N here if you are going to load the Acorn FPEmulator
early in the bootup.
...
...
@@ -641,7 +636,7 @@ config FPE_NWFPE_XP
You almost surely want to say N here.
config FPE_FASTFPE
tristate
"FastFPE math emulation (EXPERIMENTAL)"
bool
"FastFPE math emulation (EXPERIMENTAL)"
depends on !CPU_26 && !CPU_32v3 && EXPERIMENTAL
---help---
Say Y here to include the FAST floating point emulator in the kernel.
...
...
@@ -654,11 +649,6 @@ config FPE_FASTFPE
If you do not feel you need a faster FP emulation you should better
choose NWFPE.
It is also possible to say M to build the emulator as a module
(fastfpe). But keep in mind that you should only load the FP
emulator early in the bootup. You should never change from NWFPE to
FASTFPE or vice versa in an active system!
choice
prompt "Kernel core (/proc/kcore) format"
default KCORE_ELF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment