# HS400X temperature and humidity sensor

# Copyright (c) 2024 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0

config HS400X
	bool "HS400x sensor"
	default y
	depends on DT_HAS_RENESAS_HS400X_ENABLED
	help
	  Enable driver for HS400x temperature and humidity sensors.

if HS400X

config HS400X_CRC
	bool "HS400X CRC check"
	select CRC
	help
	 Verify the checksum byte from measurements

endif # HS400x
