arm: dt: vf610-zii-devel-b: Make use of new DSA binding
[linux-2.6/btrfs-unstable.git] / arch / h8300 / Kconfig
blob3ae852507e57952332c1b260520a631d3ec37c69
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         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
26 config RWSEM_GENERIC_SPINLOCK
27         def_bool y
29 config GENERIC_HWEIGHT
30         def_bool y
32 config NO_IOPORT_MAP
33         def_bool y
35 config GENERIC_CSUM
36         def_bool y
38 config HZ
39         int
40         default 100
42 config NR_CPUS
43         int
44         default 1
46 source "init/Kconfig"
48 source "kernel/Kconfig.freezer"
50 source "arch/h8300/Kconfig.cpu"
52 menu "Kernel Features"
54 source "kernel/Kconfig.preempt"
56 source "mm/Kconfig"
58 endmenu
60 menu "Executable file formats"
62 source "fs/Kconfig.binfmt"
64 endmenu
66 source "net/Kconfig"
68 source "drivers/Kconfig"
70 source "fs/Kconfig"
72 menu "Kernel hacking"
74 source "lib/Kconfig.debug"
76 endmenu
78 source "security/Kconfig"
80 source "crypto/Kconfig"
82 source "lib/Kconfig"