CHROMIUM: config: Disable firmware userspace helper

CrOS recently updated to udev-225, which removed userspace firmware
loading support. The r8169 driver tries to load the firmware, however
CrOS images don't ship with r8169 firmware. When the in-kernel firmware
loading fails the driver falls back to the user-helper, which results in
a boot delay of ~60s (observed on lumpy). Disable the userspace helper
to fail faster.

BUG=chromium:682578
TEST=build and and install on lumpy
  connect network cable to Ethernet port
  boot lumpy (without USB to Ethernet adapter)
  wait 10s
  ifconfig eth0
    => eth0 got an IP address

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>

Change-Id: I570c5fe86d7902eb2441d7fd4366072c3a304858
Previous-Reviewed-on: https://chromium-review.googlesource.com/438830
(cherry picked from commit 6761559ccf3ce63592a6cec2e0f855d7d80e077e)
Reviewed-on: https://chromium-review.googlesource.com/442664
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Commit-Queue: Matthias Kaehlcke <mka@chromium.org>
Tested-by: Matthias Kaehlcke <mka@chromium.org>
1 file changed