]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/h8300/Kconfig
Merge branch 'dice-driver-playback-only' of git://git.alsa-project.org/alsa-kprivate...
[karo-tx-linux.git] / arch / h8300 / Kconfig
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
15
16 config MMU
17         bool
18         default n
19
20 config SWAP
21         bool
22         default n
23
24 config ZONE_DMA
25         bool
26         default y
27
28 config FPU
29         bool
30         default n
31
32 config RWSEM_GENERIC_SPINLOCK
33         bool
34         default y
35
36 config RWSEM_XCHGADD_ALGORITHM
37         bool
38         default n
39
40 config ARCH_HAS_ILOG2_U32
41         bool
42         default n
43
44 config ARCH_HAS_ILOG2_U64
45         bool
46         default n
47
48 config GENERIC_HWEIGHT
49         bool
50         default y
51
52 config GENERIC_CALIBRATE_DELAY
53         bool
54         default y
55
56 config GENERIC_BUG
57         bool
58         depends on BUG
59
60 config TIME_LOW_RES
61         bool
62         default y
63
64 config NO_IOPORT
65         def_bool y
66
67 config NO_DMA
68         def_bool y
69
70 config ISA
71         bool
72         default y
73
74 config PCI
75         bool
76         default n
77
78 config HZ
79         int
80         default 100
81
82 source "init/Kconfig"
83
84 source "kernel/Kconfig.freezer"
85
86 source "arch/h8300/Kconfig.cpu"
87
88 menu "Executable file formats"
89
90 source "fs/Kconfig.binfmt"
91
92 endmenu
93
94 source "net/Kconfig"
95
96 source "drivers/Kconfig"
97
98 source "arch/h8300/Kconfig.ide"
99
100 source "fs/Kconfig"
101
102 source "arch/h8300/Kconfig.debug"
103
104 source "security/Kconfig"
105
106 source "crypto/Kconfig"
107
108 source "lib/Kconfig"