Support for kernel-version dependent checks in kconfig check
In 3.16+ kernels the option CONFIG_UEVENT_HELPER
was added thats required to run busybox mdev. in 5.2+ kernels this option is disabled in the defconfig.
Adding CONFIG_UEVENT_HELPER
to the kconfig check would generate an error for all older kernels for which this isn't relevant.