File: Kconfig

package info (click to toggle)
openbios-sparc 1.0%2Bsvn640-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,412 kB
  • ctags: 12,091
  • sloc: ansic: 57,249; asm: 2,680; xml: 1,335; cpp: 414; makefile: 224; sh: 190
file content (18 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

config HOST_UNIX
	bool "Build Hosted Unix binary"
	default y
	help
	  Build a version of the OpenBIOS kernel that runs in a 
	  Unix-like operating system.

config UNIX_QT
	depends HOST_UNIX
	bool "QT frontend for Unix binary"
	default n
	help
	  Enable this option if you wish to add a graphical user 
	  interface to the openbios hosted unix binary. This option
	  needs the QT library installed.

source "arch/unix/plugins/Kconfig"