Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02bf030a authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Merge branch 'r-mach_FP4' into 'v1-r'

Fairphone: Add platform specific configuration

See merge request !2
parents 83052dc8 fe2c1a45
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -420,4 +420,30 @@ config ARCH_ZYNQMP
	help
	  This enables support for Xilinx ZynqMP Family

config MACH_FAIRPHONE
	bool "Fairphone devices"
	help
	  This enables support for Fairphone devices.

if MACH_FAIRPHONE

config MACH_FAIRPHONE_LAGOON
	bool
	select ARCH_QCOM
	select ARCH_LAGOON
	select ARCH_LITO

choice
	prompt "Fairphone device"

config MACH_FAIRPHONE_FP4
	bool "Fairphone 4"
	select MACH_FAIRPHONE_LAGOON
	help
	  This enables support for Fairphone 4.

endchoice

endif

endmenu
+3 −0
Original line number Diff line number Diff line
@@ -306,6 +306,9 @@ CONFIG_ARCH_LAGOON=y
# CONFIG_ARCH_XGENE is not set
# CONFIG_ARCH_ZX is not set
# CONFIG_ARCH_ZYNQMP is not set
CONFIG_MACH_FAIRPHONE=y
CONFIG_MACH_FAIRPHONE_LAGOON=y
CONFIG_MACH_FAIRPHONE_FP4=y

#
# Bus support