OSDN Git Service

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