Add PMC Driver support for Intel Core SoC. Signed-off-by: Liwei Song <[email protected]> --- features/intel-pmc/intel-pmc-core.cfg | 1 + features/intel-pmc/intel-pmc-core.scc | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 features/intel-pmc/intel-pmc-core.cfg create mode 100644 features/intel-pmc/intel-pmc-core.scc
diff --git a/features/intel-pmc/intel-pmc-core.cfg b/features/intel-pmc/intel-pmc-core.cfg new file mode 100644 index 000000000000..55f71325a996 --- /dev/null +++ b/features/intel-pmc/intel-pmc-core.cfg @@ -0,0 +1 @@ +CONFIG_INTEL_PMC_CORE=m diff --git a/features/intel-pmc/intel-pmc-core.scc b/features/intel-pmc/intel-pmc-core.scc new file mode 100644 index 000000000000..f82208695be6 --- /dev/null +++ b/features/intel-pmc/intel-pmc-core.scc @@ -0,0 +1,4 @@ +define KFEATURE_DESCRIPTION "Intel Core SoC Power Management Controller feature" +define KFEATURE_COMPATIBILITY board + +kconf hardware intel-pmc-core.cfg -- 2.7.4 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
