|
@@ -783,8 +783,13 @@ endchoice
|
|
|
|
|
|
endmenu # "RCU Subsystem"
|
|
endmenu # "RCU Subsystem"
|
|
|
|
|
|
|
|
+config BUILD_BIN2C
|
|
|
|
+ bool
|
|
|
|
+ default n
|
|
|
|
+
|
|
config IKCONFIG
|
|
config IKCONFIG
|
|
tristate "Kernel .config support"
|
|
tristate "Kernel .config support"
|
|
|
|
+ select BUILD_BIN2C
|
|
---help---
|
|
---help---
|
|
This option enables the complete Linux kernel ".config" file
|
|
This option enables the complete Linux kernel ".config" file
|
|
contents to be saved in the kernel. It provides documentation
|
|
contents to be saved in the kernel. It provides documentation
|