diff --git a/bsp/beagleboard/beagleboard-preempt-rt.scc b/bsp/beagleboard/beagleboard-preempt-rt.scc index aa71a94b7d030b1dddf17f41892dd06ddad59a51..1e7273a7a692633430ac8f39374f8d7d1aa1c51c 100644 --- a/bsp/beagleboard/beagleboard-preempt-rt.scc +++ b/bsp/beagleboard/beagleboard-preempt-rt.scc @@ -5,3 +5,7 @@ define KARCH arm # no new branch required, re-use the ktypes/preempt-rt branch include ktypes/preempt-rt include beagleboard.scc + +# default policy for preempt-rt kernels +include features/latencytop/latencytop.scc +include features/profiling/profiling.scc diff --git a/bsp/beagleboard/beagleboard-standard.scc b/bsp/beagleboard/beagleboard-standard.scc index b5f6f260cff454652ca6a41c7b78958b7cb52c65..8e11bc5e0c18f55cf24fe980f1ed0bd21bb5141a 100644 --- a/bsp/beagleboard/beagleboard-standard.scc +++ b/bsp/beagleboard/beagleboard-standard.scc @@ -6,3 +6,7 @@ include ktypes/standard branch beagleboard include beagleboard.scc + +# default policy for standard kernels +include features/latencytop/latencytop.scc +include features/profiling/profiling.scc diff --git a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-preempt-rt.scc b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-preempt-rt.scc index 123988224dec8f8c809f8fd261df4605cf2745a3..e8792aefe595f3071957091d8448534046de195f 100644 --- a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-preempt-rt.scc +++ b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-preempt-rt.scc @@ -6,3 +6,7 @@ define KARCH powerpc # no new branch required, re-use the ktypes/preempt-rt branch include ktypes/preempt-rt include fsl-mpc8315e-rdb.scc + +# default policy for preempt-rt kernels +include features/latencytop/latencytop.scc +include features/profiling/profiling.scc diff --git a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-standard.scc b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-standard.scc index f5b9de0f99b48eb4441882627ce083ffbc891b33..00f8f65fb2490b2b6e4cf472051d8e22532b1890 100644 --- a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-standard.scc +++ b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-standard.scc @@ -7,3 +7,7 @@ include ktypes/standard branch fsl-mpc8315e-rdb include fsl-mpc8315e-rdb.scc + +# default policy for standard kernels +include features/latencytop/latencytop.scc +include features/profiling/profiling.scc diff --git a/bsp/routerstationpro/routerstationpro-preempt-rt.scc b/bsp/routerstationpro/routerstationpro-preempt-rt.scc index 0b2d91114b883e8ca93f52d55bca10145689651f..92df8353bc8773f49d1e8da2db7c0297320450bb 100644 --- a/bsp/routerstationpro/routerstationpro-preempt-rt.scc +++ b/bsp/routerstationpro/routerstationpro-preempt-rt.scc @@ -5,3 +5,6 @@ define KARCH mips include ktypes/preempt-rt branch routerstationpro include routerstationpro.scc + +# default policy for preempt-rt kernels +include features/profiling/profiling.scc diff --git a/bsp/routerstationpro/routerstationpro-standard.scc b/bsp/routerstationpro/routerstationpro-standard.scc index 20833609218e8b9435325d56de25660d9e4e9c47..384940c5e40198b6c51dd9122ee14c9d488e6b2f 100644 --- a/bsp/routerstationpro/routerstationpro-standard.scc +++ b/bsp/routerstationpro/routerstationpro-standard.scc @@ -6,3 +6,6 @@ include ktypes/standard branch routerstationpro include routerstationpro.scc + +# default policy for standard kernels +include features/profiling/profiling.scc