blob: 2e20333cbce90b947f13f5a11182bedef82a4d3c [file] [log] [blame]
Yoshinori Sato8dbdef22015-05-08 23:23:18 +09001config H8300
2 def_bool y
3 select GENERIC_ATOMIC64
4 select HAVE_UID16
5 select VIRT_TO_BUS
Yoshinori Sato8dbdef22015-05-08 23:23:18 +09006 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 HAVE_DMA_ATTRS
Yoshinori Satof639eeb2015-11-04 02:10:09 +090019 select CLKSRC_OF
Daniel Lezcano97a23be2015-11-09 14:43:52 +010020 select H8300_TMR8
Yoshinori Sato8dbdef22015-05-08 23:23:18 +090021
22config RWSEM_GENERIC_SPINLOCK
23 def_bool y
24
25config GENERIC_HWEIGHT
26 def_bool y
27
28config NO_IOPORT_MAP
29 def_bool y
30
31config GENERIC_CSUM
32 def_bool y
33
34config HZ
35 int
36 default 100
37
38config NR_CPUS
39 int
40 default 1
41
42source "init/Kconfig"
43
44source "kernel/Kconfig.freezer"
45
46source "arch/h8300/Kconfig.cpu"
47
48menu "Kernel Features"
49
50source "kernel/Kconfig.preempt"
51
52source "mm/Kconfig"
53
54endmenu
55
56menu "Executable file formats"
57
58source "fs/Kconfig.binfmt"
59
60endmenu
61
62source "net/Kconfig"
63
64source "drivers/Kconfig"
65
66source "fs/Kconfig"
67
68menu "Kernel hacking"
69
70source "lib/Kconfig.debug"
71
72endmenu
73
74source "security/Kconfig"
75
76source "crypto/Kconfig"
77
78source "lib/Kconfig"