Kconfig.common 722 字节
Newer Older
A
Al Viro 已提交
1 2 3 4 5 6 7 8
config DEFCONFIG_LIST
	string
	option defconfig_list
	default "arch/$ARCH/defconfig"

config UML
	bool
	default y
9
	select HAVE_UID16
10
	select GENERIC_IRQ_SHOW
11
	select GENERIC_CPU_DEVICES
12
	select GENERIC_IO
13
	select GENERIC_CLOCKEVENTS
14
	select TTY # Needed for line.c
A
Al Viro 已提交
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63

config MMU
	bool
	default y

config NO_IOMEM
	def_bool y

config ISA
	bool

config SBUS
	bool

config PCI
	bool

config PCMCIA
	bool

# Yet to do!
config TRACE_IRQFLAGS_SUPPORT
	bool
	default n

config LOCKDEP_SUPPORT
	bool
	default y

config STACKTRACE_SUPPORT
	bool
	default n

config GENERIC_CALIBRATE_DELAY
	bool
	default y

config GENERIC_BUG
	bool
	default y
	depends on BUG

config HZ
	int
	default 100

config SUBARCH
	string
	option env="SUBARCH"