1 #ifndef COMPAT_AUTOCONF_INCLUDED
2 #define COMPAT_AUTOCONF_INCLUDED
5 * This is an example of a compat autconf header file that gets
6 * automatically generated by your projet. You will only need this
7 * if you are working with a lot of config options.
9 * Your project will likely just override this, or leave this as-is.
13 * Example automatically generated C config: don't edit
14 * Thu Dec 10 10:34:11 PST 2009
15 * compat-wireless-2.6: master-2009-11-19-5-gb4fd4dd
16 * linux-2.6: next-20091208
18 //#define COMPAT_PROJECT_FOO_RELEASE "master-2009-11-19-5-gb4fd4dd"
19 //#define COMPAT_UPSTREAM_FOO_KERNEL_RELEASE "next-20091208"
21 /* Example kernel version minimum requirement */
22 //#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10))
23 //#error Compat-wireless requirement: Linux >= 2,6,10
24 //#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) */
26 /* Example hard requirement */
27 //#error Compat-wireless requirement: CONFIG_WIRELESS_EXT must be enabled in your kernel
28 //#endif /* CONFIG_WIRELESS_EXT */
31 * Example of how to match your external modules kconfig options into this.
32 * You'll need something to generate this for you.
34 //#ifndef CONFIG_FOO_BAR
35 //#define CONFIG_FOO_BAR 1
37 #endif /* COMPAT_AUTOCONF_INCLUDED */