summaryrefslogtreecommitdiffstats
path: root/bsp/pentagram/pentagram-standard.scc
blob: 8ae7131d02ef595a884346b6eca7e84291a3027b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
define KMACHINE pentagram
define KTYPE standard
define KARCH arm

include pentagram-tiny.scc
#include ktypes/standard/standard.scc

# defined in .bbappend
#include cfg/rpi-ovls/ovls.scc
#include cfg/rpi-ovls/ovls-4.19.scc

# default policy for standard kernels
#include features/latencytop/latencytop.scc
#include features/profiling/profiling.scc

include cfg/systemd_features.scc
# not for tiny (cgroups for limits + process isolation)
include features/cgroups.scc
include features/namespaces/namespaces.scc

include features/leds/leds.scc

include usb/usb.scc
include usb/customers.scc

include wifi/tppg2_brcm.scc
include bt/bt.scc

include spi/sp_nornand.scc
include spi/sp_spi.scc

# ICM
#include input/sp_icm.scc

kconf non-hardware fs/for_all.cfg
kconf non-hardware fs/fat.cfg
#kconf non-hardware fs/squash.cfg
kconf non-hardware fs/ubi.cfg
#kconf non-hardware fs/nfs.cfg

include media/video_out.scc
#include media/video_sen.scc
include media/video_usb.scc

#include ui/qt.scc
include ui/vt.scc
include ui/gconsole.scc

#include sensors/thermal.scc
#include sensors/hwmon.scc

include features/can/can.scc

include features/fuse/fuse.scc

# temporary there
#include debug/pins0.scc
#include debug/pins9.scc
include debug/dyndbg.scc
include debug/printk.scc