summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorKarsten Merker <merker@debian.org>2015-06-14 12:08:42 +0200
committerHans de Goede <hdegoede@redhat.com>2015-06-17 15:31:20 +0200
commit24e741269605ff7f073e83294852dd16edcd22c0 (patch)
treed78e5e6b4af594d152230672cc318b0188e923c3 /configs
parentfc175434f97d5db518fb6e9a9bfec85e6c166603 (diff)
downloadtalos-obmc-uboot-24e741269605ff7f073e83294852dd16edcd22c0.tar.gz
talos-obmc-uboot-24e741269605ff7f073e83294852dd16edcd22c0.zip
MSI_Primo81_defconfig: enable USB OTG port and keyboard support
The MSI Primo 81 is an Allwinner A31s-based tablet on which the OTG port is the only accessible USB interface. The existing defconfig had VGA console on the LCD enabled, but was missing keyboard support because the prerequisites for that (sunxi MUSB support and AXP221 GPIO support) had not been available before. All previously missing dependencies are available now, so this patch enables keyboard support and its prerequisites in the defconfig. Signed-off-by: Karsten Merker <merker@debian.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/MSI_Primo81_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/MSI_Primo81_defconfig b/configs/MSI_Primo81_defconfig
index 83a95cb04a..e6888a176a 100644
--- a/configs/MSI_Primo81_defconfig
+++ b/configs/MSI_Primo81_defconfig
@@ -17,3 +17,7 @@ CONFIG_VIDEO_LCD_SPI_CS="PH9"
CONFIG_VIDEO_LCD_SPI_SCLK="PH10"
CONFIG_VIDEO_LCD_SPI_MOSI="PH11"
CONFIG_VIDEO_LCD_SPI_MISO="PH12"
+CONFIG_AXP_GPIO=y
+CONFIG_USB0_VBUS_PIN="AXP0-VBUS-ENABLE"
+CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT"
+CONFIG_USB_MUSB_SUNXI=y
OpenPOWER on IntegriCloud