diff options
author | Andrew Davis <afd@ti.com> | 2023-11-13 08:43:55 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-12-22 14:12:28 +0000 |
commit | dcfbe025c29b0df82cadd25cc0bbb89a5bda71fb (patch) | |
tree | e2a870a82646163ce4e07f7aeb315693e775b135 /arch/arm/Makefile | |
parent | 93911741574ea2334f3a36a3ec560f733692ee2a (diff) | |
download | linux-dcfbe025c29b0df82cadd25cc0bbb89a5bda71fb.tar.gz linux-dcfbe025c29b0df82cadd25cc0bbb89a5bda71fb.tar.bz2 linux-dcfbe025c29b0df82cadd25cc0bbb89a5bda71fb.zip |
ARM: mach-moxart: Move MOXA ART support into Kconfig.platforms
This removes the need for a dedicated Kconfig and empty mach directory.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 5ba42f69f8ce..826738b7c7a7 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -192,7 +192,6 @@ machine-$(CONFIG_ARCH_LPC18XX) += lpc18xx machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx machine-$(CONFIG_ARCH_MESON) += meson machine-$(CONFIG_ARCH_MMP) += mmp -machine-$(CONFIG_ARCH_MOXART) += moxart machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0 machine-$(CONFIG_ARCH_MVEBU) += mvebu machine-$(CONFIG_ARCH_MXC) += imx |