blob: 490201e7407e9cfd8d76d058fbf3e7b17a5cc35f (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: GPL-2.0+
#
# B&R Industrial Automation GmbH - http://www.br-automation.com
config BR_RESETC_I2CBUS
int "I2C Bus address of B&R reset controller"
depends on SYS_VENDOR = "BuR" && DM_I2C
default 0
|