mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 10:32:38 +00:00
Same deal as in commit 677f1e6
("config: Turn pointless/confusing
'menuconfig's into 'config's"), for a newly-introduced stuff.
Also clean up headers to be consistent with recent cleanups.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
# Copyright (c) 2019 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config I2C_LITEX
|
|
bool "LiteX I2C driver"
|
|
depends on SOC_RISCV32_LITEX_VEXRISCV
|
|
select HAS_DTS_I2C
|
|
select I2C_BITBANG
|
|
help
|
|
Enable support for Litex I2C driver
|