repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sd: remove 'ssd' driver support
[unleashed/tickless.git]
/
arch
/
x86
/
Sconfig
blob
a593812c1e5119ecdf97a5f9ea53c5e4a5ebe762
1
((const
2
MACH
3
'i386)
4
5
(const
6
MACH32
7
'i86)
8
9
(const
10
MACH64
11
'amd64)
12
13
(const
14
ISA32
15
'ia32)
16
17
(const
18
ISA64
19
'amd64)
20
21
(select
22
PLATFORM
23
('i86pc 'i86xpv))
24
25
(const
26
; Build 64-bit kernel modules
27
KERNEL_BITS
28
64)
29
30
(include "../../Sconfig"))
31
32
; vim: set syntax=scheme: