1# AS5600 Angular position sensor configuration option 2 3# Copyright (c) 2022, Felipe Neves. 4# SPDX-License-Identifier: Apache-2.0 5 6config AMS_AS5600 7 bool "AS5600 Angular position sensor" 8 default y 9 depends on DT_HAS_AMS_AS5600_ENABLED 10 select I2C 11 help 12 Enable driver for AS5600 Angular position sensor. 13