aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samples/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index bd133efc1a56..ad1ec7016d4c 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -1,5 +1,6 @@
1menuconfig SAMPLES 1menuconfig SAMPLES
2 bool "Sample kernel code" 2 bool "Sample kernel code"
3 depends on !UML
3 help 4 help
4 You can build and test sample kernel code here. 5 You can build and test sample kernel code here.
5 6