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