Signed-off-by: Pranav Tipnis <[email protected]> --- features/power/bq25890.cfg | 2 ++ features/power/bq25890.scc | 4 ++++ features/soc/broxton/broxton.scc | 1 + 3 files changed, 7 insertions(+) create mode 100644 features/power/bq25890.cfg create mode 100644 features/power/bq25890.scc
diff --git a/features/power/bq25890.cfg b/features/power/bq25890.cfg new file mode 100644 index 0000000..12bb1d2 --- /dev/null +++ b/features/power/bq25890.cfg @@ -0,0 +1,2 @@ +# Enable BQ 25890 IC +CONFIG_CHARGER_BQ25890=m diff --git a/features/power/bq25890.scc b/features/power/bq25890.scc new file mode 100644 index 0000000..055c252 --- /dev/null +++ b/features/power/bq25890.scc @@ -0,0 +1,4 @@ +define KFEATURE_DESCRIPTION "Enable BQ 25890 IC" +define KFEATURE_COMPATIBILITY board + +kconf non-hardware bq25890.cfg diff --git a/features/soc/broxton/broxton.scc b/features/soc/broxton/broxton.scc index 3502a7e..2951b7d 100644 --- a/features/soc/broxton/broxton.scc +++ b/features/soc/broxton/broxton.scc @@ -6,6 +6,7 @@ include cfg/8250.scc include features/i915/i915.scc include features/power/intel.scc include features/power/intel_pmic.scc +include features/power/bq25890.scc include features/usb/ehci-hcd.scc include features/usb/xhci-hcd.scc -- 1.9.1 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
