]> git.baikalelectronics.ru Git - kernel.git/commit
soc: ixp4xx: Protect IXP4xx SoC drivers by ARCH_IXP4XX || COMPILE_TEST
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 23 Aug 2019 09:03:52 +0000 (11:03 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 29 Aug 2019 15:34:38 +0000 (17:34 +0200)
commit4d8f58ef2bf437fea270e9fe585fdc19ac47a936
treee3898ad04229ecdd90d6a8dee8d53448ef8529e4
parent8b5b511ed992dbaa732fa86f24f4f1d656c431a4
soc: ixp4xx: Protect IXP4xx SoC drivers by ARCH_IXP4XX || COMPILE_TEST

The move of the IXP4xx SoC drivers exposed their config options on all
platforms.

Fix this by wrapping them inside an ARCH_IXP4XX or COMPILE_TEST block.

Link: https://lore.kernel.org/r/20190823090352.12243-1-linus.walleij@linaro.org
Fixes: a033d568915a3e90 ("ARM: ixp4xx: Move NPE and QMGR to drivers/soc")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/ixp4xx/Kconfig