1# S11059 color sensor
2
3# Copyright (c) 2022 Hiroki Tada
4# SPDX-License-Identifier: Apache-2.0
5
6config S11059
7	bool "S11059 color sensor"
8	default y
9	depends on DT_HAS_HAMAMATSU_S11059_ENABLED
10	select I2C
11	help
12		Enable driver for S11059 color sensor
13