• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config 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	select HAVE_KERNEL_GZIP
21	select HAVE_KERNEL_LZO
22	select HAVE_ARCH_KGDB
23	select HAVE_ARCH_HASH
24	select CPU_NO_EFFICIENT_FFS
25
26config RWSEM_GENERIC_SPINLOCK
27	def_bool y
28
29config GENERIC_HWEIGHT
30	def_bool y
31
32config NO_IOPORT_MAP
33	def_bool y
34
35config GENERIC_CSUM
36        def_bool y
37
38config HZ
39	int
40	default 100
41
42config NR_CPUS
43	int
44	default 1
45
46source "init/Kconfig"
47
48source "kernel/Kconfig.freezer"
49
50source "arch/h8300/Kconfig.cpu"
51
52menu "Kernel Features"
53
54source "kernel/Kconfig.preempt"
55
56source "mm/Kconfig"
57
58endmenu
59
60menu "Executable file formats"
61
62source "fs/Kconfig.binfmt"
63
64endmenu
65
66source "net/Kconfig"
67
68source "drivers/Kconfig"
69
70source "fs/Kconfig"
71
72menu "Kernel hacking"
73
74source "lib/Kconfig.debug"
75
76endmenu
77
78source "security/Kconfig"
79
80source "crypto/Kconfig"
81
82source "lib/Kconfig"
83