[linux-yocto] [kernel-cache][PATCH 1/1] pwm_leafhill: set pwm as built in by default

chong.yi.chai at intel.com chong.yi.chai at intel.com
Tue Jun 20 14:30:56 PDT 2017


From: "Chai, Chong Yi" <chong.yi.chai at intel.com>

DC-IRIS camera driver has dependecy on PWM driver. This camera driver
is built in and require PWM driver to be built in as well.

Signed-off-by: Chai, Chong Yi <chong.yi.chai at intel.com>
---
 bsp/leafhill/pwm_leafhill.cfg | 4 ++++
 bsp/leafhill/pwm_leafhill.scc | 2 ++
 2 files changed, 6 insertions(+)
 create mode 100644 bsp/leafhill/pwm_leafhill.cfg
 create mode 100644 bsp/leafhill/pwm_leafhill.scc

diff --git a/bsp/leafhill/pwm_leafhill.cfg b/bsp/leafhill/pwm_leafhill.cfg
new file mode 100644
index 0000000..19d2375
--- /dev/null
+++ b/bsp/leafhill/pwm_leafhill.cfg
@@ -0,0 +1,4 @@
+# LPSS/PWM
+CONFIG_PWM_LPSS=y
+CONFIG_PWM_LPSS_PCI=y
+CONFIG_PWM_LPSS_PLATFORM=y
diff --git a/bsp/leafhill/pwm_leafhill.scc b/bsp/leafhill/pwm_leafhill.scc
new file mode 100644
index 0000000..6cc4dea
--- /dev/null
+++ b/bsp/leafhill/pwm_leafhill.scc
@@ -0,0 +1,2 @@
+# Description: PWM configuration for leafhill requirement
+kconf hardware pwm_leafhill.cfg
-- 
1.9.1



More information about the linux-yocto mailing list