JustOS/linux-6.13/drivers/soc/litex/Kconfig

21 lines
457 B
Plaintext
Raw Normal View History

2025-01-24 14:00:19 +00:00
# SPDX-License_Identifier: GPL-2.0
menu "Enable LiteX SoC Builder specific drivers"
config LITEX
bool
config LITEX_SOC_CONTROLLER
tristate "Enable LiteX SoC Controller driver"
depends on OF
depends on HAS_IOMEM
select LITEX
help
This option enables the SoC Controller Driver which verifies
LiteX CSR access and provides common litex_[read|write]*
accessors.
All drivers that use functions from litex.h must depend on
LITEX.
endmenu