Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755399AbbKRJiz (ORCPT ); Wed, 18 Nov 2015 04:38:55 -0500 Received: from mout.kundenserver.de ([217.72.192.74]:59261 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751929AbbKRJiw (ORCPT ); Wed, 18 Nov 2015 04:38:52 -0500 From: Arnd Bergmann To: Peter Chen Cc: Felipe Balbi , gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] USB: USB_OTG does not depend on PM Date: Wed, 18 Nov 2015 10:38:18 +0100 Message-ID: <5217888.FiujFV8yJj@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20151118031748.GA4228@shlinux2> References: <7521777.8ZmnT3AlIC@wuerfel> <5647698.81XCu85L5D@wuerfel> <20151118031748.GA4228@shlinux2> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:+5zg2l3aJ1/ATCuKGPvnBOPOktxrlUtKY09dMh/gHz8FohoNnjh BYTjKF7UJ/nd5zOoBFJUc7ANcT2LskRkTF7PzTOhcEWw/jdDHS3NxCseaRc4t6+8axf0Y+y HXxJcLFecHEFM3B0vef00377MWDuDZHXLVsLmL+ghAr++5cT7L6twG7N5P2BIff4zTy6vfT sMC8+++BeMefWn/QDE1Rw== X-UI-Out-Filterresults: notjunk:1;V01:K0:aPUhVzmXeLM=:oaxUUICxLnsk+Z8u872zGy zxLTI1pILVzZ1v9+D9xnax5APmZvSB7hgKVAwtIstNrvwWTQLETR3w/eSZHw8kM9nHsj3Av9m bTg27uk/WLoMzxeW/KlDz89ujDq9KBT44wZfQX0viqdyznjE5kh1gz8v/0c1tEWNxMt6dJwS2 nfkS/Z0Ik+z8gbA5k7j1T6q2X1ys+u8z8IduichYEp/I7kuB4Sqvgn473X2qUlLoIKY6A6vOW eNFAqw87dtph4fQ9qPgwaxHl447q6iK/zwY7WasI2L5opEXLq8BAvEiaQtXo5EH/gN8fv9rsX sjPINpdnlqp3bzfu9qKvZ1IfSxg/CLwokyiReyxGhDnQ2H5JAa9287FOrmSG/ocbsarBZR0RN w7x8mjWkQYo6fhX8e4iTPgOFvsSrkaUOlQBi184t1HxuE04NLjPf9fxqSyaqcBqeBlCF1IAvd laOZFV1KaDCV4qltwGr63dPsswIhRljpMUXKYq5zvYIHblvoOYVDGv0XCPJgOAla+7/IN3A0C 172H3WGZzAiJFebSb1tZivP5bivxlQFj3fhqVVMf35wClw60qEq6c7ClgtvM+24zBJsfefEqJ M69Hh03GFn4ATcgjsSXoBrIElZYtTqcQDcwSBzIdG+EnIEtcm0GDzrl4WTSyoidnI1Fq9HBcQ ME2wumXTaFNYglRs1W9q309v1oqwkpz27QNj7HxLMh41aA3bJlE9y97FMdv7gPOJEbH9QncqR fyJUsd3wEwG+H2sM Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1345 Lines: 35 On Wednesday 18 November 2015 11:17:50 Peter Chen wrote: > From 3a6918dae038aadc200dcf0263f4440acc2353d4 Mon Sep 17 00:00:00 2001 > From: Peter Chen > Date: Wed, 18 Nov 2015 11:06:34 +0800 > Subject: [PATCH 1/1] usb: kconfig: fix warning of select USB_OTG > > When choose randconfig for kernel build, it reports below warning: > "warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG > which has unmet direct dependencies (USB_SUPPORT && USB && PM)" > > In fact, USB_OTG is visual symbol and depends on PM, so the driver visible ? > needs to depend on it to reduce dependency problem. > > Signed-off-by: Peter Chen > Reported-by: Arnd Bergmann > Cc: Felipe Balbi Acked-by: Arnd Bergmann I was a bit worried that this might break defconfig files that now no longer automatically get OSB_OTG enabled, but I have checked all defconfig files we have in the kernel and none of them uses USB_OTG_FSM, FSL_USB2_OTG or USB_MV_OTG, so we are fine. Thanks! Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/