blob: 7c6b009b6f6cfdb2b00e9a0dfd1f3669ce361b41 [file] [log] [blame]
# 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
select LITEX
help
This option enables the SoC Controller Driver which verifies
LiteX CSR access and provides common litex_get_reg/litex_set_reg
accessors.
All drivers that use functions from litex.h must depend on
LITEX.
endmenu