QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
473 B

# 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