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

Commit 6bbdbf2f authored by Holger Schurig's avatar Holger Schurig Committed by Sascha Hauer
Browse files

arm/imx: Kconfig beautification

parent 87bbb197
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
if ARCH_MX1

comment "MX1 Platforms"
comment "MX1 platforms:"

config MACH_MXLADS
	bool
@@ -15,4 +15,5 @@ config MACH_SCB9328
	bool "Synertronixx scb9328"
	help
	  Say Y here if you are using a Synertronixx scb9328 board

endif
+5 −8
Original line number Diff line number Diff line
comment "MX2 family CPU support"
	depends on ARCH_MX2
if ARCH_MX2

choice
	prompt "MX2 Type"
	depends on ARCH_MX2
	prompt "CPUs:"
	default MACH_MX21

config MACH_MX21
	bool "i.MX21 support"
	depends on ARCH_MX2
	help
	  This enables support for Freescale's MX2 based i.MX21 processor.

config MACH_MX27
	bool "i.MX27 support"
	depends on ARCH_MX2
	help
	  This enables support for Freescale's MX2 based i.MX27 processor.

endchoice

comment "MX2 Platforms"
	depends on ARCH_MX2
comment "MX2 platforms:"

config MACH_MX27ADS
	bool "MX27ADS platform"
@@ -50,3 +45,5 @@ config MACH_PCM970_BASEBOARD
	  PCM970 evaluation board.

endchoice

endif
+4 −4
Original line number Diff line number Diff line
menu "MX3 Options"
	depends on ARCH_MX3
if ARCH_MX3

comment "MX3 platforms:"

config MACH_MX31ADS
	bool "Support MX31ADS platforms"
@@ -44,5 +45,4 @@ config MACH_MX31MOBOARD
	  Include support for mx31moboard platform. This includes specific
	  configurations for the board and its peripherals.

endmenu
endif
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ if ARCH_MXC
menu "Freescale MXC Implementations"

choice
	prompt "MXC/iMX Base Type"
	prompt "Freescale CPU family:"
	default ARCH_MX3

config ARCH_MX1