1# Prompt-less option, because this package is not doing anything except
2# downloading the ev3dev driver sources. The real work is done by a Linux
3# extension.
4config BR2_PACKAGE_EV3DEV_LINUX_DRIVERS
5	bool
6	depends on BR2_LINUX_KERNEL
7	help
8	  Linux drivers for LEGO MINDSTORMS EV3
9
10	  This is only the download helper for the kernel patch.
11
12	  https://github.com/ev3dev/lego-linux-drivers
13