21 lines · plain
1# SPDX-License_Identifier: GPL-2.02 3menu "Enable LiteX SoC Builder specific drivers"4 5config LITEX6 bool7 8config LITEX_SOC_CONTROLLER9 tristate "Enable LiteX SoC Controller driver"10 depends on OF11 depends on HAS_IOMEM12 select LITEX13 help14 This option enables the SoC Controller Driver which verifies15 LiteX CSR access and provides common litex_[read|write]*16 accessors.17 All drivers that use functions from litex.h must depend on18 LITEX.19 20endmenu21