diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2013-04-02 23:01:08 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2013-04-02 23:01:08 +0200 |
commit | 12de90922ec91676349a32980b2c424a2c8ddce9 (patch) | |
tree | a47b47bbc839ca60df3ce58b843d0c9d9c599177 /backport/compat | |
parent | f7bda9c0d7e2411f9ced101c2cf12d4b7580d26e (diff) |
add compat testing option
Add the BACKPORT_USERSEL_BUILD_ALL option that selects
all the backported stuff drivers would otherwise have.
This allows testing all the backported code without
compiling all drivers.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'backport/compat')
-rw-r--r-- | backport/compat/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index 1666036f..aa56560f 100644 --- a/backport/compat/Kconfig +++ b/backport/compat/Kconfig @@ -99,3 +99,21 @@ config BACKPORT_OPTION_USB_URB_THREAD_FIX config BACKPORT_MII bool + + + +config BACKPORT_USERSEL_BUILD_ALL + tristate "Build all compat code" + depends on m + select BACKPORT_USERSEL_NET_SCH_CODEL + select BACKPORT_USERSEL_NET_SCH_FQ_CODEL + select BACKPORT_CRC8 + select BACKPORT_CORDIC + select BACKPORT_AVERAGE + select BACKPORT_FW_LOADER + help + This option selects all the compat code options + that would otherwise only be selected by drivers. + + It's only really useful for compat testing, so + you probably shouldn't enable it. |