summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_TEST_FPU
blob: e8667e1a0a34f5d34602740c1536dc5006cef3df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# CONFIG_TEST_FPU:
# 
# Enable this option to add /sys/kernel/debug/selftest_helpers/test_fpu
# which will trigger a sequence of floating point operations. This is used
# for self-testing floating point control register setting in
# kernel_fpu_begin().
# 
# If unsure, say N.
# 
# Symbol: TEST_FPU [=n]
# Type  : tristate
# Defined at lib/Kconfig.debug:2317
#   Prompt: Test floating point operations in kernel space
#   Depends on: RUNTIME_TESTING_MENU [=y] && X86 [=y] && !KCOV_INSTRUMENT_ALL [=n]
#   Location:
#     -> Kernel hacking
#       -> Kernel Testing and Coverage
#         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
# 
# 
# 
# CONFIG_TEST_FPU is not set