On Mon, Dec 30, 2019 at 06:22:14PM +0100, Krzysztof Kozlowski wrote: > Some of the USB host drivers can be compile tested to increase build > coverage. Add 'if' conditional to 'default y' so they will not get > enabled by default on all other architectures. > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > --- > drivers/usb/host/Kconfig | 54 ++++++++++++++++++++-------------------- > 1 file changed, 27 insertions(+), 27 deletions(-) Nice, thanks for these, they should help out a lot with development. greg k-h