1 /* 2 * Compile Time Kernel Configuration Options 3 */ 4 5 #ifndef __KCONFIG_H__ 6 #define __KCONFIG_H__ 7 8 #define MAX_CPUS 16 9 10 #endif /* __KCONFIG_H__ */ 11 12