mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
17 lines
387 B
Plaintext
17 lines
387 B
Plaintext
#
|
|
# Misc strange devices
|
|
#
|
|
menuconfig MISC_DEVICES
|
|
bool "Misc devices"
|
|
help
|
|
Say Y here to get to see options for device drivers from various
|
|
different categories. This option alone does not add any kernel code.
|
|
|
|
If you say N, all options in this submenu will be skipped and disabled.
|
|
|
|
if MISC_DEVICES
|
|
|
|
source "../linux/drivers/misc/altera-stapl/Kconfig"
|
|
|
|
endif # MISC_DEVICES
|