[PATCH v2 1/2] drm/panel: remove unnecessary dependencies

2014-06-13 Thread Russell King - ARM Linux
On Fri, Jun 13, 2014 at 07:54:45AM +0200, Andrzej Hajda wrote: > Hi Russel, > > Thanks for both fixes. Just one nitpick. > > On 06/12/2014 06:09 PM, Russell King wrote: > > DRM_PANEL_LD9040 and DRM_PANEL_S6E8AA0 both explicitly depended on > > DRM_PANEL && DRM. This is nonsense for two reasons:

[PATCH v2 1/2] drm/panel: remove unnecessary dependencies

2014-06-13 Thread Andrzej Hajda
Hi Russel, Thanks for both fixes. Just one nitpick. On 06/12/2014 06:09 PM, Russell King wrote: > DRM_PANEL_LD9040 and DRM_PANEL_S6E8AA0 both explicitly depended on > DRM_PANEL && DRM. This is nonsense for two reasons: > > (a) DRM_PANEL already depends on DRM, so DRM_PANEL can not be enabled >

[PATCH v2 1/2] drm/panel: remove unnecessary dependencies

2014-06-12 Thread Russell King
DRM_PANEL_LD9040 and DRM_PANEL_S6E8AA0 both explicitly depended on DRM_PANEL && DRM. This is nonsense for two reasons: (a) DRM_PANEL already depends on DRM, so DRM_PANEL can not be enabled without DRM first being enabled. Hence the && DRM is useless. (b) These two configs are already beneath a