summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorXing Xu <xing.xu@amlogic.com>2015-05-17 11:13:46 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-28 16:59:17 +0800
commit44368b0b78349008c44627885919b20c7d7e992f (patch)
tree67a074b2836bafe8b820213988f5cf81bfa71ddd /configs
parent771812531440e85fc272831032b7334b4f07d594 (diff)
downloadu-boot-odroid-c1-44368b0b78349008c44627885919b20c7d7e992f.tar.gz
GXBaby: Enable GIIO driver
This is a combination of 2 commits. 1). GXB: GPIO: enable gpio driver 2). gxb:gpio: add support for p200 p201 Change-Id: Ica260d9bb876380bef274843a0b343dd4ff05f16
Diffstat (limited to 'configs')
-rw-r--r--configs/gxb_p200_v1_defconfig3
-rw-r--r--configs/gxb_p201_v1_defconfig3
-rw-r--r--configs/gxb_skt_v1_defconfig3
3 files changed, 9 insertions, 0 deletions
diff --git a/configs/gxb_p200_v1_defconfig b/configs/gxb_p200_v1_defconfig
index 676917f2c3..e614a34797 100644
--- a/configs/gxb_p200_v1_defconfig
+++ b/configs/gxb_p200_v1_defconfig
@@ -1,3 +1,6 @@
CONFIG_ARM=y
CONFIG_TARGET_MESON_GX=y
CONFIG_GXB_P200_V1=y
+CONFIG_DM=y
+CONFIG_DM_GPIO=y
+CONFIG_AML_GPIO=y
diff --git a/configs/gxb_p201_v1_defconfig b/configs/gxb_p201_v1_defconfig
index d9abd34419..f5f4aec77a 100644
--- a/configs/gxb_p201_v1_defconfig
+++ b/configs/gxb_p201_v1_defconfig
@@ -1,3 +1,6 @@
CONFIG_ARM=y
CONFIG_TARGET_MESON_GX=y
CONFIG_GXB_P201_V1=y
+CONFIG_DM=y
+CONFIG_DM_GPIO=y
+CONFIG_AML_GPIO=y
diff --git a/configs/gxb_skt_v1_defconfig b/configs/gxb_skt_v1_defconfig
index 0511a34cca..1e15c033f8 100644
--- a/configs/gxb_skt_v1_defconfig
+++ b/configs/gxb_skt_v1_defconfig
@@ -1,3 +1,6 @@
CONFIG_ARM=y
CONFIG_TARGET_MESON_GX=y
CONFIG_GXB_SKT_V1=y
+CONFIG_DM=y
+CONFIG_DM_GPIO=y
+CONFIG_AML_GPIO=y