Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License_Identifier: GPL-2.0
0002 
0003 menu "Enable LiteX SoC Builder specific drivers"
0004 
0005 config LITEX
0006         bool
0007 
0008 config LITEX_SOC_CONTROLLER
0009         tristate "Enable LiteX SoC Controller driver"
0010         depends on OF || COMPILE_TEST
0011         depends on HAS_IOMEM
0012         select LITEX
0013         help
0014           This option enables the SoC Controller Driver which verifies
0015           LiteX CSR access and provides common litex_[read|write]*
0016           accessors.
0017           All drivers that use functions from litex.h must depend on
0018           LITEX.
0019 
0020 endmenu