1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/mcp47xx/Kconfig
2021-12-08 05:42:07 +01:00

15 lines
491 B
Plaintext

# Copyright (c) 2021 Gunar Schorcht
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
menuconfig MODULE_MCP47XX
bool "MCP47xx DAC with I2C interface"
depends on HAS_PERIPH_I2C
select MODULE_PERIPH_I2C
help
Driver for Microchip MCP47xx DAC devices with I2C interfaces. The
driver supports MCP4706, MCP4716, MCP4725, MCP4726 and MCP4728.