[PATCH 3/3] Cyrus: create a defconfig
Andy Fleming
afleming at gmail.com
Wed Sep 7 05:11:59 AEST 2016
This sets up the proper config elements for Power and Reset to work
properly (using the gpio pins).
Signed-off-by: Andy Fleming <afleming at gmail.com>
---
arch/powerpc/Makefile | 5 +++++
arch/powerpc/configs/cyrus_basic_defconfig | 9 +++++++++
2 files changed, 14 insertions(+)
create mode 100644 arch/powerpc/configs/cyrus_basic_defconfig
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 1934707..83f257e 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -332,6 +332,11 @@ corenet64_smp_defconfig:
$(call merge_into_defconfig,corenet_basic_defconfig,\
85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw)
+PHONY += cyrus_defconfig
+cyrus_defconfig:
+ $(call merge_into_defconfig,cyrus_basic_defconfig,\
+ 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw)
+
PHONY += mpc86xx_defconfig
mpc86xx_defconfig:
$(call merge_into_defconfig,mpc86xx_basic_defconfig,\
diff --git a/arch/powerpc/configs/cyrus_basic_defconfig b/arch/powerpc/configs/cyrus_basic_defconfig
new file mode 100644
index 0000000..975150c
--- /dev/null
+++ b/arch/powerpc/configs/cyrus_basic_defconfig
@@ -0,0 +1,9 @@
+CONFIG_CORENET_GENERIC=y
+CONFIG_USERLIB=y
+CONFIG_GPIO_GENERIC_PLATFORM=y
+CONFIG_POWER_SUPPLY=y
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_GPIO=y
+CONFIG_POWER_RESET_GPIO_RESTART=y
+CONFIG_RESET_CONTROLLER=y
+CONFIG_EXT3_FS=y
--
1.9.1
More information about the Linuxppc-dev
mailing list