diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-28 21:12:33 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-01-30 09:45:20 +0200 |
commit | 87f0fce775a1f8a011439d13c69415d4c2d8f825 (patch) | |
tree | 793fc5f51575f2735f768f4341a37f190aa8de7e /include/drm/drm_flip_work.h | |
parent | 5b72ae9a901cbfbe632570f278486142b037fe51 (diff) | |
download | linux-87f0fce775a1f8a011439d13c69415d4c2d8f825.tar.bz2 |
fb: via: turn gpiolib and i2c selects into dependencies
Device driver should not directly select subsystems. In this case
we get build warnings like
warning: (ARCH_REQUIRE_GPIOLIB && PINCTRL_AT91 && PINCTRL_NOMADIK && MFD_TC6393XB && FB_VIA) selects GPIOLIB which has unmet direct dependencies (ARCH_WANT_OPTIONAL_GPIOLIB || ARCH_REQUIRE_GPIOLIB)
which we can avoid using the normal 'depends on' statement.
Also, this patch makes it possible for DRM drivers to have a dependency
on GPIOLIB without getting circular Kconfig dependencies.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/drm/drm_flip_work.h')
0 files changed, 0 insertions, 0 deletions