summaryrefslogtreecommitdiff
path: root/package/linux-headers
diff options
context:
space:
mode:
authorPetri Gynther <pgynther@google.com>2016-08-08 11:34:59 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-25 23:31:47 +0200
commit8218ab8019bbab0538b484c663df4469e44fecf1 (patch)
treebb40a06287c8b9be914961140fe6d3b2d3b9d53d /package/linux-headers
parent6874d691cea4a37f1cfcec0e7cf124f283fc30ef (diff)
toolchain: configs: improve toolchain config readability
Add (or move) comment lines in toolchain-related Config.in files to improve readability of the toolchain config section. Source linux-headers/Config.in.host after toolchain-buildroot items. For toolchain-buildroot case, the config file now looks like this: * * Toolchain * * * Toolchain Buildroot Options * * * Kernel Header Options * * * uClibc Options * * * Binutils Options * * * GCC Options * * * Host GDB Options * * * Toolchain Generic Options * Signed-off-by: Petri Gynther <pgynther@google.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/linux-headers')
-rw-r--r--package/linux-headers/Config.in.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index ae2a3cde7..47ef25df2 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -1,8 +1,8 @@
+comment "Kernel Header Options"
+
config BR2_PACKAGE_HOST_LINUX_HEADERS
bool
-comment "Kernel Header Options"
-
choice
prompt "Kernel Headers"
default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL