commit | 6de9f763bbfa4b2c2f86273927113d3f8a27edc7 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Mar 07 12:00:02 2015 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Tue Mar 10 15:20:25 2015 +0100 |
tree | 758c392ee25a27c2bbf0e4ed8cba504f38ddb5b4 | |
parent | 1098e994b8e35e9c35299717cc889de0f0d8e394 [diff] |
sunxi: video: Fix VIDEO_LCD_PANEL_I2C being enabled by default Fix a typo in board/sunxi/Kconfig which caused VIDEO_LCD_PANEL_I2C to be enabled on all sunxi boards. Also fix a compile error which shows up once VIDEO_LCD_PANEL_I2C is actually disabled on most boards as it should be. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>