File: .config

package info (click to toggle)
oss4 4.2-build2010-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,000 kB
  • ctags: 24,671
  • sloc: ansic: 222,209; sh: 4,864; pascal: 2,334; asm: 1,189; makefile: 393; php: 53; xml: 46
file content (25 lines) | stat: -rw-r--r-- 1,150 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# The .config file is optional. All drivers will inherit the config
# settings of the parent environment. The default device driver settings are
# suitable for PCI devices that work under any operating system and any
# processor architecture.
#
# Let's assume this sample driver is for a sound chip that is only used
# on PC motherboards. Since it's known that it will not be present in
# machines having Sparc or PPC processor it doesn't make any sense to
# ship the driver in OSS packages for other processor architectures.
# The platform=i86pc does the trick. i86pc means systems based on the
# IA32 (AKA x86, i386..i686) architecture and it's 64 bit variants such as 
#x86_64 (AMD64, EMT64).
#
platform=i86pc
#
#
# It is also possible to make the driver available only for a given operating
# system for example if it depends on some kernel services not available
# anywhere else. This can be done using the targetos keyword. For example
# targetos=Linux and/or targetos=Solaris.
#
# If the driver is known to be incompatible with certain operating system
# it's possible to exclude it using the forfetos keyword. For example
# forgetos=Linux.