Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penber...
[deliverable/linux.git] / arch / h8300 / Kconfig
1 config H8300
2 bool
3 default y
4 select HAVE_IDE
5 select HAVE_GENERIC_HARDIRQS
6 select GENERIC_ATOMIC64
7 select HAVE_UID16
8 select VIRT_TO_BUS
9 select ARCH_WANT_IPC_PARSE_VERSION
10 select GENERIC_IRQ_SHOW
11 select GENERIC_CPU_DEVICES
12 select MODULES_USE_ELF_RELA
13 select OLD_SIGSUSPEND3
14 select OLD_SIGACTION
15 select HAVE_UNDERSCORE_SYMBOL_PREFIX
16
17 config MMU
18 bool
19 default n
20
21 config SWAP
22 bool
23 default n
24
25 config ZONE_DMA
26 bool
27 default y
28
29 config FPU
30 bool
31 default n
32
33 config RWSEM_GENERIC_SPINLOCK
34 bool
35 default y
36
37 config RWSEM_XCHGADD_ALGORITHM
38 bool
39 default n
40
41 config ARCH_HAS_ILOG2_U32
42 bool
43 default n
44
45 config ARCH_HAS_ILOG2_U64
46 bool
47 default n
48
49 config GENERIC_HWEIGHT
50 bool
51 default y
52
53 config GENERIC_CALIBRATE_DELAY
54 bool
55 default y
56
57 config GENERIC_BUG
58 bool
59 depends on BUG
60
61 config TIME_LOW_RES
62 bool
63 default y
64
65 config NO_IOPORT
66 def_bool y
67
68 config NO_DMA
69 def_bool y
70
71 config ISA
72 bool
73 default y
74
75 config PCI
76 bool
77 default n
78
79 config HZ
80 int
81 default 100
82
83 source "init/Kconfig"
84
85 source "kernel/Kconfig.freezer"
86
87 source "arch/h8300/Kconfig.cpu"
88
89 menu "Executable file formats"
90
91 source "fs/Kconfig.binfmt"
92
93 endmenu
94
95 source "net/Kconfig"
96
97 source "drivers/Kconfig"
98
99 source "arch/h8300/Kconfig.ide"
100
101 source "fs/Kconfig"
102
103 source "arch/h8300/Kconfig.debug"
104
105 source "security/Kconfig"
106
107 source "crypto/Kconfig"
108
109 source "lib/Kconfig"
This page took 0.184811 seconds and 5 git commands to generate.