blob: 3d6759ee382f2721e29fd5a44f9c06e937fd7e3b [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
Thomas Gleixner51f3f152011-01-19 12:26:32 +01005 select HAVE_GENERIC_HARDIRQS
Fengguang Wud95bfe42012-12-18 14:21:29 -08006 select GENERIC_ATOMIC64
Catalin Marinasaf1839e2012-10-08 16:28:08 -07007 select HAVE_UID16
Stephen Rothwell4febd952013-03-07 15:48:16 +11008 select VIRT_TO_BUS
Will Deaconc1d7e012012-07-30 14:42:46 -07009 select ARCH_WANT_IPC_PARSE_VERSION
Thomas Gleixner9f7b2182011-03-24 19:15:36 +010010 select GENERIC_IRQ_SHOW
Ben Hutchings9f13a1f2012-01-10 03:04:32 +000011 select GENERIC_CPU_DEVICES
David Howells786d35d2012-09-28 14:31:03 +093012 select MODULES_USE_ELF_RELA
Al Virob407e622012-12-25 16:27:07 -050013 select OLD_SIGSUSPEND3
Al Virob0375742012-12-25 19:29:41 -050014 select OLD_SIGACTION
Rusty Russellb92021b2013-03-15 15:04:17 +103015 select HAVE_UNDERSCORE_SYMBOL_PREFIX
Alan Jenkins9e1b9b82009-11-07 21:03:54 +000016
Linus Torvalds1da177e2005-04-16 15:20:36 -070017config MMU
18 bool
19 default n
20
21config SWAP
22 bool
23 default n
24
Christoph Lameter66701b12007-02-10 01:43:09 -080025config ZONE_DMA
26 bool
27 default y
28
Linus Torvalds1da177e2005-04-16 15:20:36 -070029config FPU
30 bool
31 default n
32
Linus Torvalds1da177e2005-04-16 15:20:36 -070033config RWSEM_GENERIC_SPINLOCK
34 bool
35 default y
36
37config RWSEM_XCHGADD_ALGORITHM
38 bool
39 default n
40
David Howellsf0d1b0b2006-12-08 02:37:49 -080041config ARCH_HAS_ILOG2_U32
42 bool
43 default n
44
45config ARCH_HAS_ILOG2_U64
46 bool
47 default n
48
Akinobu Mitaf6e02132006-03-26 01:39:23 -080049config GENERIC_HWEIGHT
50 bool
51 default y
52
Linus Torvalds1da177e2005-04-16 15:20:36 -070053config GENERIC_CALIBRATE_DELAY
54 bool
55 default y
56
Yoshinori Sato9791af52008-10-15 22:01:17 -070057config GENERIC_BUG
58 bool
59 depends on BUG
60
Ingo Molnar06027bd2006-02-14 13:53:15 -080061config TIME_LOW_RES
62 bool
63 default y
64
Al Viro5ea81762007-02-11 15:41:31 +000065config NO_IOPORT
66 def_bool y
67
Dan Williams1b0fac42007-07-15 23:40:26 -070068config NO_DMA
69 def_bool y
70
Linus Torvalds1da177e2005-04-16 15:20:36 -070071config ISA
72 bool
73 default y
74
75config PCI
76 bool
77 default n
78
H. Peter Anvinbdc80782008-02-08 04:21:26 -080079config HZ
80 int
81 default 100
82
Linus Torvalds1da177e2005-04-16 15:20:36 -070083source "init/Kconfig"
84
Matt Helsleydc52ddc2008-10-18 20:27:21 -070085source "kernel/Kconfig.freezer"
86
Linus Torvalds1da177e2005-04-16 15:20:36 -070087source "arch/h8300/Kconfig.cpu"
88
89menu "Executable file formats"
90
91source "fs/Kconfig.binfmt"
92
93endmenu
94
Sam Ravnborgd5950b42005-07-11 21:03:49 -070095source "net/Kconfig"
96
Geert Uytterhoeven9ac6adb2013-05-16 18:42:12 +020097source "drivers/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070098
99source "arch/h8300/Kconfig.ide"
100
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101source "fs/Kconfig"
102
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103source "arch/h8300/Kconfig.debug"
104
105source "security/Kconfig"
106
107source "crypto/Kconfig"
108
109source "lib/Kconfig"