1# BH1750 ambient light sensor configuration options
2
3# Copyright (c) 2022 Michal Morsisko
4# SPDX-License-Identifier: Apache-2.0
5
6config BH1750
7	bool "BH1750 ambient light sensor"
8	default y
9	depends on DT_HAS_ROHM_BH1750_ENABLED
10	select I2C
11	help
12	  Enable driver for BH1750 ambient light sensor.
13