sd: remove 'ssd' driver support
[unleashed/tickless.git] / arch / x86 / Sconfig
bloba593812c1e5119ecdf97a5f9ea53c5e4a5ebe762
1 ((const
2    MACH
3    'i386)
5  (const
6    MACH32
7    'i86)
9  (const
10    MACH64
11    'amd64)
13  (const
14    ISA32
15    'ia32)
17  (const
18    ISA64
19    'amd64)
21  (select
22    PLATFORM
23    ('i86pc 'i86xpv))
25  (const
26    ; Build 64-bit kernel modules
27    KERNEL_BITS
28    64)
30  (include "../../Sconfig"))
32 ; vim: set syntax=scheme: