Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /usr/src/linux-headers-5.15.0-153-generic/drivers/soc/litex/ |
Upload File : |
# 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 || COMPILE_TEST 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