Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-23 | sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig | Hans de Goede | |
Always select OF_BOARD_SETUP on sunxi, rather then having it in almost all our defconfigs. This also fixes it missing from some recently added defconfigs. This commit also modifies our ft_board_setup() to not cause warnings when CONFIG_VIDEO_DT_SIMPLEFB is not set, since we will now always build it. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> | |||
2016-03-23 | sunxi: Add defconfig and dts for Dserve DSRV9703C tablet | Hans de Goede | |
The Dserve DSRV9703C is a 9.7" A10 tablet with a 1024x768 ips LCD, 1G RAM, 4GB flash, a Focaltech FT5406EE8 touchscreen and rtl8188ctv wifi. The dts file is identical to the one submitted to the upstream kernel. Signed-off-by: Hans de Goede <hdegoede@redhat.com> |