We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5969e0c commit cea9d62Copy full SHA for cea9d62
arch/powerpc/Kconfig
@@ -11,7 +11,7 @@ config 64BIT
11
12
config LIVEPATCH_64
13
def_bool PPC64
14
- depends on LIVEPATCH
+ depends on LIVEPATCH
15
16
config MMU
17
bool
@@ -447,7 +447,7 @@ choice
447
default MATH_EMULATION_FULL
448
depends on MATH_EMULATION
449
450
-config MATH_EMULATION_FULL
+config MATH_EMULATION_FULL
451
bool "Emulate all the floating point instructions"
452
help
453
Select this option will enable the kernel to support to emulate
@@ -1250,7 +1250,7 @@ config PHYSICAL_START
1250
default "0x00000000"
1251
endif
1252
1253
-config ARCH_RANDOM
+config ARCH_RANDOM
1254
def_bool n
1255
1256
config PPC_LIB_RHEAP
0 commit comments