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