diff options
| author | Gregory Price <gourry@gourry.net> | 2026-07-06 10:00:18 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@kernel.org> | 2026-07-08 10:22:00 +0200 |
| commit | ee935e8dc757614006ac29a7d98a15882cdcaeb2 (patch) | |
| tree | 206ddf08c8b28e1bac9fe9dc0d634dbfe7ec515d /tools/testing | |
| parent | 8cdeaa50eae8dad34885515f62559ee83e7e8dda (diff) | |
syscall_user_dispatch: Make it configurable in Kconfig
Syscall User Dispatch is presently built under CONFIG_GENERIC_SYSCALL and
cannot be disabled independently.
Add CONFIG_SYSCALL_USER_DISPATCH to make it an optional feature.
Signed-off-by: Gregory Price <gourry@gourry.net>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260706140020.873735-2-gourry@gourry.net
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/selftests/syscall_user_dispatch/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/syscall_user_dispatch/config b/tools/testing/selftests/syscall_user_dispatch/config index 039e303e59d7..22c4dfe167ca 100644 --- a/tools/testing/selftests/syscall_user_dispatch/config +++ b/tools/testing/selftests/syscall_user_dispatch/config @@ -1 +1 @@ -CONFIG_GENERIC_ENTRY=y +CONFIG_SYSCALL_USER_DISPATCH=y |
