sm8750: add nfc drivers

This commit is contained in:
2025-08-11 12:24:45 +02:00
parent facad83b01
commit 3639fef4ec
24 changed files with 3509 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
cc_library_headers {
name: "qti_nfc_kernel_headers",
export_include_dirs: [
"include/uapi/linux/nfc",
],
vendor_available: true,
}