brintos

brintos / linux-shallow public Read only

0
0
Text · 393 B · d7cf279 Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config PINCTRL_TI_IODELAY3	tristate "TI IODelay Module pinconf driver"4	depends on OF && (SOC_DRA7XX || COMPILE_TEST)5	select GENERIC_PINCTRL_GROUPS6	select GENERIC_PINMUX_FUNCTIONS7	select GENERIC_PINCONF8	select REGMAP_MMIO9	help10	  Say Y here to support Texas Instruments' IO delay pinconf driver.11	  IO delay module is used for the DRA7 SoC family.12