Kconfig (4e710ebb4463c8e031eb269c012fbadb2479608b) Kconfig (620300043c95cc695585748ba6ef79da8b8095eb)
1#
2# Multifunction miscellaneous devices
3#
4
5menu "Multifunction device drivers"
6
7config MISC
8 bool "Enable Driver Model for Misc drivers"

--- 281 unchanged lines hidden (view full) ---

290 Support gdsys FPGA's IO endpoint driver.
291
292config MPC83XX_SERDES
293 bool "Enable MPC83xx serdes driver"
294 depends on MISC
295 help
296 Support for serdes found on MPC83xx SoCs.
297
1#
2# Multifunction miscellaneous devices
3#
4
5menu "Multifunction device drivers"
6
7config MISC
8 bool "Enable Driver Model for Misc drivers"

--- 281 unchanged lines hidden (view full) ---

290 Support gdsys FPGA's IO endpoint driver.
291
292config MPC83XX_SERDES
293 bool "Enable MPC83xx serdes driver"
294 depends on MISC
295 help
296 Support for serdes found on MPC83xx SoCs.
297
298config FS_LOADER
299 bool "Enable loader driver for file system"
300 help
301 This is file system generic loader which can be used to load
302 the file image from the storage into target such as memory.
303
304 The consumer driver would then use this loader to program whatever,
305 ie. the FPGA device.
306
298endmenu
307endmenu