blob: 24b1dc2564f1676272c0e230eeda1e7c0d78d9d6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config H8300
2 bool
3 default y
Sam Ravnborgec7748b2008-02-09 10:46:40 +01004 select HAVE_IDE
Fengguang Wud95bfe42012-12-18 14:21:29 -08005 select GENERIC_ATOMIC64
Catalin Marinasaf1839e2012-10-08 16:28:08 -07006 select HAVE_UID16
Stephen Rothwell4febd952013-03-07 15:48:16 +11007 select VIRT_TO_BUS
Will Deaconc1d7e012012-07-30 14:42:46 -07008 select ARCH_WANT_IPC_PARSE_VERSION
Thomas Gleixner9f7b2182011-03-24 19:15:36 +01009 select GENERIC_IRQ_SHOW
Ben Hutchings9f13a1f2012-01-10 03:04:32 +000010 select GENERIC_CPU_DEVICES
David Howells786d35d2012-09-28 14:31:03 +093011 select MODULES_USE_ELF_RELA
Al Virob407e622012-12-25 16:27:07 -050012 select OLD_SIGSUSPEND3
Al Virob0375742012-12-25 19:29:41 -050013 select OLD_SIGACTION
Rusty Russellb92021b2013-03-15 15:04:17 +103014 select HAVE_UNDERSCORE_SYMBOL_PREFIX
Alan Jenkins9e1b9b82009-11-07 21:03:54 +000015
Linus Torvalds1da177e2005-04-16 15:20:36 -070016config MMU
17 bool
18 default n
19
20config SWAP
21 bool
22 default n
23
Christoph Lameter66701b12007-02-10 01:43:09 -080024config ZONE_DMA
25 bool
26 default y
27
Linus Torvalds1da177e2005-04-16 15:20:36 -070028config FPU
29 bool
30 default n
31
Linus Torvalds1da177e2005-04-16 15:20:36 -070032config RWSEM_GENERIC_SPINLOCK
33 bool
34 default y
35
36config RWSEM_XCHGADD_ALGORITHM
37 bool
38 default n
39
David Howellsf0d1b0b2006-12-08 02:37:49 -080040config ARCH_HAS_ILOG2_U32
41 bool
42 default n
43
44config ARCH_HAS_ILOG2_U64
45 bool
46 default n
47
Akinobu Mitaf6e02132006-03-26 01:39:23 -080048config GENERIC_HWEIGHT
49 bool
50 default y
51
Linus Torvalds1da177e2005-04-16 15:20:36 -070052config GENERIC_CALIBRATE_DELAY
53 bool
54 default y
55
Yoshinori Sato9791af52008-10-15 22:01:17 -070056config GENERIC_BUG
57 bool
58 depends on BUG
59
Ingo Molnar06027bd2006-02-14 13:53:15 -080060config TIME_LOW_RES
61 bool
62 default y
63
Al Viro5ea81762007-02-11 15:41:31 +000064config NO_IOPORT
65 def_bool y
66
Dan Williams1b0fac42007-07-15 23:40:26 -070067config NO_DMA
68 def_bool y
69
Linus Torvalds1da177e2005-04-16 15:20:36 -070070config ISA
71 bool
72 default y
73
74config PCI
75 bool
76 default n
77
H. Peter Anvinbdc80782008-02-08 04:21:26 -080078config HZ
79 int
80 default 100
81
Linus Torvalds1da177e2005-04-16 15:20:36 -070082source "init/Kconfig"
83
Matt Helsleydc52ddc2008-10-18 20:27:21 -070084source "kernel/Kconfig.freezer"
85
Linus Torvalds1da177e2005-04-16 15:20:36 -070086source "arch/h8300/Kconfig.cpu"
87
88menu "Executable file formats"
89
90source "fs/Kconfig.binfmt"
91
92endmenu
93
Sam Ravnborgd5950b42005-07-11 21:03:49 -070094source "net/Kconfig"
95
Geert Uytterhoeven9ac6adb2013-05-16 18:42:12 +020096source "drivers/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070097
98source "arch/h8300/Kconfig.ide"
99
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100source "fs/Kconfig"
101
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102source "arch/h8300/Kconfig.debug"
103
104source "security/Kconfig"
105
106source "crypto/Kconfig"
107
108source "lib/Kconfig"