Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6.git] / arch / h8300 / Kconfig
blob3d6759ee382f2721e29fd5a44f9c06e937fd7e3b
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
17 config MMU
18         bool
19         default n
21 config SWAP
22         bool
23         default n
25 config ZONE_DMA
26         bool
27         default y
29 config FPU
30         bool
31         default n
33 config RWSEM_GENERIC_SPINLOCK
34         bool
35         default y
37 config RWSEM_XCHGADD_ALGORITHM
38         bool
39         default n
41 config ARCH_HAS_ILOG2_U32
42         bool
43         default n
45 config ARCH_HAS_ILOG2_U64
46         bool
47         default n
49 config GENERIC_HWEIGHT
50         bool
51         default y
53 config GENERIC_CALIBRATE_DELAY
54         bool
55         default y
57 config GENERIC_BUG
58         bool
59         depends on BUG
61 config TIME_LOW_RES
62         bool
63         default y
65 config NO_IOPORT
66         def_bool y
68 config NO_DMA
69         def_bool y
71 config ISA
72         bool
73         default y
75 config PCI
76         bool
77         default n
79 config HZ
80         int
81         default 100
83 source "init/Kconfig"
85 source "kernel/Kconfig.freezer"
87 source "arch/h8300/Kconfig.cpu"
89 menu "Executable file formats"
91 source "fs/Kconfig.binfmt"
93 endmenu
95 source "net/Kconfig"
97 source "drivers/Kconfig"
99 source "arch/h8300/Kconfig.ide"
101 source "fs/Kconfig"
103 source "arch/h8300/Kconfig.debug"
105 source "security/Kconfig"
107 source "crypto/Kconfig"
109 source "lib/Kconfig"