diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 55ccdf6640ff..1e825c299ea5 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -53,6 +53,20 @@ config CROSS_COMPILE | |||
53 | need to set this unless you want the configured kernel build | 53 | need to set this unless you want the configured kernel build |
54 | directory to select the cross-compiler automatically. | 54 | directory to select the cross-compiler automatically. |
55 | 55 | ||
56 | config COMPILE_TEST | ||
57 | bool "Compile also drivers which will not load" | ||
58 | default n | ||
59 | help | ||
60 | Some drivers can be compiled on a different platform than they are | ||
61 | intended to be run on. Despite they cannot be loaded there (or even | ||
62 | when they load they cannot be used due to missing HW support), | ||
63 | developers still, opposing to distributors, might want to build such | ||
64 | drivers to compile-test them. | ||
65 | |||
66 | If you are a developer and want to build everything available, say Y | ||
67 | here. If you are a user/distributor, say N here to exclude useless | ||
68 | drivers to be distributed. | ||
69 | |||
56 | config LOCALVERSION | 70 | config LOCALVERSION |
57 | string "Local version - append to kernel release" | 71 | string "Local version - append to kernel release" |
58 | help | 72 | help |