1# Copyright (c) 2024 SILA Embedded Solutions GmbH 2# SPDX-License-Identifier: Apache-2.0 3 4config MFD_BD8LB600FS 5 bool "BD8LB600FS low side switch multi-function device driver" 6 default y 7 depends on DT_HAS_ROHM_BD8LB600FS_ENABLED 8 # using select SPI at this point introduces a cyclic dependency 9 depends on SPI 10 help 11 Enable the Rohm BD8LB600FS low side switch multi-function device driver 12