summaryrefslogtreecommitdiffstats
path: root/bsp/intel-common/intel-quark-standard.scc
blob: fa618d0e12324eb0039201297649c0fbc122baab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# intel-quark-standard.scc
#
# Standard ktype for 32 bit Quark / X1000 CPUs
#

define KMACHINE intel-quark
define KARCH i386
define KTYPE standard

include ktypes/standard/standard.scc
branch intel

# Enable booting from USB for Standard Kernel Image
include cfg/usb-mass-storage.scc
include cfg/boot-live.scc

include intel-common.scc
include features/power/intel.scc
include intel-common-drivers-32.scc
include intel-quark.scc