blob: 621bc876f7d2ebf08e205bb48115239c304b14cd [file] [log] [blame]
menuconfig EXTERNAL_DRIVERS
bool "Enable support to external drivers"
depends on X86
default y
help
External drivers are drivers located outside this kernel tree
but allowed to be configured as builtin.
External drivers directories will behave as a regular directory
inside kernel tree.
if EXTERNAL_DRIVERS
menuconfig EXTERNAL_MISC_DRIVERS
bool "Enable support to misc drivers"
depends on EXTERNAL_DRIVERS
default y
help
Enable support to external misc drivers.
if EXTERNAL_MISC_DRIVERS
source "drivers/external_drivers/drivers/Kconfig"
endif
endif