| Subject | Re: [PATCH 07/18] tty: serial: samsung_tty: enable for ARCH_APPLE | From | Hector Martin 'marcan' <> | Date | Fri, 5 Feb 2021 06:27:09 +0900 |
| |
On 05/02/2021 06.16, Arnd Bergmann wrote: > On Thu, Feb 4, 2021 at 9:39 PM Hector Martin <marcan@marcan.st> wrote: > >> >> config SERIAL_SAMSUNG >> tristate "Samsung SoC serial support" >> - depends on PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST >> + depends on PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST || ARCH_APPLE > > By convention, please keep "|| COMPILE_TEST" last in the list.
Ack, good catch! Fixed for v2.
-- Hector Martin "marcan" (marcan@marcan.st) Public Key: https://mrcn.st/pub
|