summaryrefslogtreecommitdiff
path: root/docs/manual/customize-kernel-config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/customize-kernel-config.txt')
-rw-r--r--docs/manual/customize-kernel-config.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/manual/customize-kernel-config.txt b/docs/manual/customize-kernel-config.txt
new file mode 100644
index 000000000..6bafe46d7
--- /dev/null
+++ b/docs/manual/customize-kernel-config.txt
@@ -0,0 +1,12 @@
+Customizing the Linux kernel configuration
+------------------------------------------
+
+The Linux kernel configuration can be customized just like
+xref:busybox-custom[BusyBox] and xref:uclibc-custom[uClibc] using
++make linux-menuconfig+. Make sure you have enabled the kernel build
+in +make menuconfig+ first. Once done, run +make+ to (re)build
+everything.
+
+If you want to use an existing config file for Linux, then see
+xref:env-vars[].
+