Kconfig (86008304dc2ad41a274cdacb585c641ec6bbb558) | Kconfig (f1b5618e013af28b3c78daf424436a79674423c0) |
---|---|
1menuconfig SAMPLES 2 bool "Sample kernel code" 3 depends on !UML 4 help 5 You can build and test sample kernel code here. 6 7if SAMPLES 8 --- 140 unchanged lines hidden (view full) --- 149 150config SAMPLE_ANDROID_BINDERFS 151 bool "Build Android binderfs example" 152 depends on CONFIG_ANDROID_BINDERFS 153 help 154 Builds a sample program to illustrate the use of the Android binderfs 155 filesystem. 156 | 1menuconfig SAMPLES 2 bool "Sample kernel code" 3 depends on !UML 4 help 5 You can build and test sample kernel code here. 6 7if SAMPLES 8 --- 140 unchanged lines hidden (view full) --- 149 150config SAMPLE_ANDROID_BINDERFS 151 bool "Build Android binderfs example" 152 depends on CONFIG_ANDROID_BINDERFS 153 help 154 Builds a sample program to illustrate the use of the Android binderfs 155 filesystem. 156 |
157config SAMPLE_STATX 158 bool "Build example extended-stat using code" 159 depends on BROKEN | 157config SAMPLE_VFS 158 bool "Build example programs that use new VFS system calls" |
160 help | 159 help |
161 Build example userspace program to use the new extended-stat syscall. | 160 Build example userspace programs that use new VFS system calls such 161 as mount API and statx(). Note that this is restricted to the x86 162 arch whilst it accesses system calls that aren't yet in all arches. |
162 163endif # SAMPLES | 163 164endif # SAMPLES |