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

Commit eb327368 authored by Albert I's avatar Albert I Committed by Rohit Sekhar
Browse files

Fairphone: Add platform specific configuration

* Add FP4

Change-Id: I26c34e3bc5b7e9dacc3c0566450ec93f0d50d48f
parent 7b99a3e1
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