Kconfig 1.18 KB
Newer Older
YuriNenakhov's avatar
YuriNenakhov committed
1 2 3 4
#                                                                                                                                    
# Elphel devices                                                                                                                     
#                                                                                                                                    
                                                                                                                                     
Andrey Filippov's avatar
Andrey Filippov committed
5
menu "Elphel devices"
Andrey Filippov's avatar
Andrey Filippov committed
6
config ELPHEL393
YuriNenakhov's avatar
YuriNenakhov committed
7 8 9 10 11 12 13 14 15
        tristate "Support Elphel 10393 board voltage regulator, DMA memory allocator"
# add more
#       depends on I2C && SYSFS
        help
          Say Y here if you have a Elphel board 10393.

config ELPHELDRVONMICROZED
        tristate "Provide only Elphel features which are compatible with Microzed"
        help
16
          Say Y here if you debug Elphel camera code on Microzed board.
YuriNenakhov's avatar
YuriNenakhov committed
17

18 19 20 21 22
config ELPHEL393_INIT
		bool
		default y
		help
			If unsure, say Y.
23 24 25 26 27 28
			
config ELPHEL393_EXTERNAL
        tristate "Compile some Elphel drivers as external modules"
        default m
        help
            If unsure, say Y.
YuriNenakhov's avatar
YuriNenakhov committed
29
endmenu