# # this is an example of backporting where the version of
# # the FOO subsystem that we need is only available from
# # kernel version X.Z
-# depends on !FOO || BACKPORT_KERNEL_X_Z
+# depends on FOO = n || BACKPORT_KERNEL_X_Z
#
# # build if driver needs it (it selects BACKPORT_FOO)
# default m if BACKPORT_FOO
tristate
# RHEL6, starting from 6.0, backports the FW loader already
depends on !BACKPORT_RHEL_KERNEL_6_0
- depends on !FW_LOADER || BACKPORT_KERNEL_2_6_33
+ depends on FW_LOADER = n || BACKPORT_KERNEL_2_6_33
default m if BACKPORT_FW_LOADER
default m if BACKPORT_USERSEL_BUILD_ALL
config BACKPORT_BUILD_CORDIC
tristate
- depends on !CORDIC
+ depends on CORDIC = n
default m if BACKPORT_CORDIC
default m if BACKPORT_USERSEL_BUILD_ALL
config BACKPORT_BUILD_CRC8
tristate
- depends on !CRC8
+ depends on CRC8 = n
default m if BACKPORT_CRC8
default m if BACKPORT_USERSEL_BUILD_ALL
config BACKPORT_BUILD_AVERAGE
bool
- depends on !AVERAGE
+ depends on AVERAGE = n
default y if BACKPORT_USERSEL_BUILD_ALL
default y if BACKPORT_AVERAGE