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