summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-03-07 12:00:02 +0100
committerHans de Goede <hdegoede@redhat.com>2015-03-10 15:20:25 +0100
commit1fc42018a0fe833a4332f8f32d6aeb675f3dcd1d (patch)
tree758c392ee25a27c2bbf0e4ed8cba504f38ddb5b4 /board
parentb4db74cfd0f1a7716e1e127ff0f515495abeecc1 (diff)
downloadtalos-obmc-uboot-1fc42018a0fe833a4332f8f32d6aeb675f3dcd1d.tar.gz
talos-obmc-uboot-1fc42018a0fe833a4332f8f32d6aeb675f3dcd1d.zip
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>
Diffstat (limited to 'board')
-rw-r--r--board/sunxi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 9cf54e51ac..9d0eb91977 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -355,7 +355,7 @@ config VIDEO_LCD_BL_PWM_ACTIVE_LOW
config VIDEO_LCD_PANEL_I2C
bool "LCD panel needs to be configured via i2c"
depends on VIDEO
- default m
+ default n
---help---
Say y here if the LCD panel needs to be configured via i2c. This
will add a bitbang i2c controller using gpios to talk to the LCD.
OpenPOWER on IntegriCloud