50540ed594
Prepare the driver to upcoming support of more mux references. Rename all TCA9546A related files to TCA954x. Keep ti,tca9546a and ti,tca9546a-channel compatible for backward compatibility reasons. New tca954x-base binding embedding common properties, tca9546a binding inherits from it and define its own compatibles fields. Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
20 lines
407 B
Plaintext
20 lines
407 B
Plaintext
# Copyright (c) 2020 Innoseis BV
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig I2C_TCA954X
|
|
bool "I2C addressable switch"
|
|
help
|
|
Enable TCA954x series I2C bus switch
|
|
|
|
if I2C_TCA954X
|
|
|
|
config I2C_TCA954X_ROOT_INIT_PRIO
|
|
int "TCA954x root driver init priority"
|
|
default I2C_INIT_PRIORITY
|
|
|
|
config I2C_TCA954X_CHANNEL_INIT_PRIO
|
|
int "TCA954x channel driver init priority"
|
|
default I2C_INIT_PRIORITY
|
|
|
|
endif
|