This Introduces a driver for the i2c interface of Phosense XBR818. XBR818 is a 10.525Ghz Radar chip with builtin detection algorithm. Signed-off-by: Camille BAUD <mail@massdriver.space>
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
# Copyright (c) 2024 MASSDRIVER EI (massdriver.space)
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config XBR818
|
|
bool "XBR818 Radar"
|
|
default y
|
|
depends on DT_HAS_PHOSENSE_XBR818_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for the Phosense XBR818 Radar Sensor
|