ARM: OMAP2: fix omap3 touchbook kconfig warning
authorFelipe Contreras <felipe.contreras@gmail.com>
Fri, 20 Jan 2012 13:38:30 +0000 (05:38 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 20 Jan 2012 16:24:22 +0000 (08:24 -0800)
commit7080727c207f569751e94aaed7d94e873c69115f
treec94b2926775360ab272a746176f2c34f6802657e
parent6c5aa407d52e9e40c2e31a3dfa5cb19a9672bf36
ARM: OMAP2: fix omap3 touchbook kconfig warning

warning: (MACH_OMAP3_TOUCHBOOK && DRM_RADEON_KMS && DRM_I915 &&
STUB_POULSBO && FB_BACKLIGHT && USB_APPLEDISPLAY && FB_OLPC_DCON &&
ASUS_LAPTOP && SONY_LAPTOP && THINKPAD_ACPI && EEEPC_LAPTOP &&
ACPI_ASUS && ACPI_CMPC && SAMSUNG_Q10) selects BACKLIGHT_CLASS_DEVICE
which has unmet direct dependencies (HAS_IOMEM && BACKLIGHT_LCD_SUPPORT)

A lot of boards need BACKLIGHT_CLASS_DEVICE for the framebuffers to
work, but it's not *needed* for the device itself. It might be nice to
enable it by default somewhoe if graphics stuff is enabled, but that's
another story.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig