Re: [PATCH] mtd: hyperbus: Fix build failure when only RPCIF_HYPERBUS is enabled

2020-10-12 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Vignesh Raghavendra" > An: "Vignesh Raghavendra" , "Miquel Raynal" > , "richard" > CC: "Sergei Shtylyov" , "linux-mtd" > , "linux-kernel" > > Gesendet: Mont

[PATCH] mtd: hyperbus: Fix build failure when only RPCIF_HYPERBUS is enabled

2020-10-12 Thread Vignesh Raghavendra
commit 5de15b610f78 ("mtd: hyperbus: add Renesas RPC-IF driver") leads to build failure[1] with COMPILE_TEST and RPCIF_HYPERBUS enabled. This is because driver needs functions RENESAS_RPCIF which is only buildable for CONFIG_ARCH_RENESAS. Fix this by dropping COMPILE_TEST from RPCIF_HYPERBUS Kconf