10 # In case compiler is clang, whether or not to use its integrated assembler.
11 INTEGRATED_AS = default
16 # Support for userspace debuggers
19 # Kernel console support
22 # Kernel symbol information
25 # Detailed kernel logging
28 # Kernel function tracing
31 # Compile kernel tests
34 # What is your input device?
35 CONFIG_HID_IN = generic
37 # What is your output device?
38 CONFIG_HID_OUT = generic
40 # Dynamic linking support
43 # Build shared libraries
44 CONFIG_BUILD_SHARED_LIBS = y
46 # Link against shared libraries
47 CONFIG_USE_SHARED_LIBS = y