]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: mx6: move to a standard arch/board approach
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Wed, 4 Mar 2015 12:13:03 +0000 (13:13 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:15 +0000 (14:34 +0200)
commitfb3a2cb5524f2e5fcb3648cfa4cd3ceede1dd252
tree6b7b167973579d1a308eeec9b18f8c4ce59872e1
parent63055433b9c1e324dfbfe785ac25368b386a6e6d
ARM: mx6: move to a standard arch/board approach

Freescale boards are currently all defined in arch/arm/Kconfig, which
makes them hard to detect.
Moreover the MX6 SoC variant (Q, D, DL, S, SL) selection is currently
done via the SYS_EXTRA_OPTIONS option which marked as deprecated.

Move to a more standard way to select sub-architecture and board by
creating a Kconfig under arch/arm/cpu/armv7/mx6 and a new ARCH_MX6
option.

Existing MX6 board definitions should be moved in this new Kconfig in
choice menu, and new boards should be directly declared in this menu.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
arch/arm/Kconfig
arch/arm/cpu/armv7/mx6/Kconfig [new file with mode: 0644]