]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/h8300/Kconfig
dma-mapping: always provide the dma_map_ops based implementation
[karo-tx-linux.git] / arch / h8300 / Kconfig
1 config H8300
2         def_bool y
3         select GENERIC_ATOMIC64
4         select HAVE_UID16
5         select VIRT_TO_BUS
6         select GENERIC_IRQ_SHOW
7         select FRAME_POINTER
8         select GENERIC_CPU_DEVICES
9         select MODULES_USE_ELF_RELA
10         select GENERIC_CLOCKEVENTS
11         select CLKDEV_LOOKUP
12         select COMMON_CLK
13         select ARCH_WANT_FRAME_POINTERS
14         select OF
15         select OF_IRQ
16         select OF_EARLY_FLATTREE
17         select HAVE_MEMBLOCK
18         select CLKSRC_OF
19         select H8300_TMR8
20
21 config RWSEM_GENERIC_SPINLOCK
22         def_bool y
23
24 config GENERIC_HWEIGHT
25         def_bool y
26
27 config NO_IOPORT_MAP
28         def_bool y
29
30 config GENERIC_CSUM
31         def_bool y
32
33 config HZ
34         int
35         default 100
36
37 config NR_CPUS
38         int
39         default 1
40
41 source "init/Kconfig"
42
43 source "kernel/Kconfig.freezer"
44
45 source "arch/h8300/Kconfig.cpu"
46
47 menu "Kernel Features"
48
49 source "kernel/Kconfig.preempt"
50
51 source "mm/Kconfig"
52
53 endmenu
54
55 menu "Executable file formats"
56
57 source "fs/Kconfig.binfmt"
58
59 endmenu
60
61 source "net/Kconfig"
62
63 source "drivers/Kconfig"
64
65 source "fs/Kconfig"
66
67 menu "Kernel hacking"
68
69 source "lib/Kconfig.debug"
70
71 endmenu
72
73 source "security/Kconfig"
74
75 source "crypto/Kconfig"
76
77 source "lib/Kconfig"