1# LTR-F216A light sensor configuration options 2 3# Copyright (c) 2023 Tridonic 4# SPDX-License-Identifier: Apache-2.0 5 6config LTR_F216A 7 bool "LiteOn LTR-F216A Light Sensor" 8 default y 9 depends on DT_HAS_LTR_F216A_ENABLED 10 select I2C 11 help 12 Enable driver for LiteOn LTR-F216A light sensors. 13