Merge branch 'sirf/dt' into next/dt
[linux-2.6.git] / arch / h8300 / Kconfig
blob24b1dc2564f1676272c0e230eeda1e7c0d78d9d6
1 config H8300
2         bool
3         default y
4         select HAVE_IDE
5         select GENERIC_ATOMIC64
6         select HAVE_UID16
7         select VIRT_TO_BUS
8         select ARCH_WANT_IPC_PARSE_VERSION
9         select GENERIC_IRQ_SHOW
10         select GENERIC_CPU_DEVICES
11         select MODULES_USE_ELF_RELA
12         select OLD_SIGSUSPEND3
13         select OLD_SIGACTION
14         select HAVE_UNDERSCORE_SYMBOL_PREFIX
16 config MMU
17         bool
18         default n
20 config SWAP
21         bool
22         default n
24 config ZONE_DMA
25         bool
26         default y
28 config FPU
29         bool
30         default n
32 config RWSEM_GENERIC_SPINLOCK
33         bool
34         default y
36 config RWSEM_XCHGADD_ALGORITHM
37         bool
38         default n
40 config ARCH_HAS_ILOG2_U32
41         bool
42         default n
44 config ARCH_HAS_ILOG2_U64
45         bool
46         default n
48 config GENERIC_HWEIGHT
49         bool
50         default y
52 config GENERIC_CALIBRATE_DELAY
53         bool
54         default y
56 config GENERIC_BUG
57         bool
58         depends on BUG
60 config TIME_LOW_RES
61         bool
62         default y
64 config NO_IOPORT
65         def_bool y
67 config NO_DMA
68         def_bool y
70 config ISA
71         bool
72         default y
74 config PCI
75         bool
76         default n
78 config HZ
79         int
80         default 100
82 source "init/Kconfig"
84 source "kernel/Kconfig.freezer"
86 source "arch/h8300/Kconfig.cpu"
88 menu "Executable file formats"
90 source "fs/Kconfig.binfmt"
92 endmenu
94 source "net/Kconfig"
96 source "drivers/Kconfig"
98 source "arch/h8300/Kconfig.ide"
100 source "fs/Kconfig"
102 source "arch/h8300/Kconfig.debug"
104 source "security/Kconfig"
106 source "crypto/Kconfig"
108 source "lib/Kconfig"