summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-06-09 16:31:32 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-06-11 21:40:33 +0200
commita96100599071055e6daad1211f68b022c86a25c1 (patch)
treedc295b5e36757dbe976821413685b9554fcad197 /board
parentb4a7145b0b98fb37ee649e293a6a81785df67837 (diff)
downloadbuildroot-a96100599071055e6daad1211f68b022c86a25c1.tar.gz
buildroot-a96100599071055e6daad1211f68b022c86a25c1.zip
orangepi_pc_defconfig: bump linux to 4.17, u-boot to 2018.05
4.17 brings support for HDMI out, but sunxi_defconfig hasn't been updated to enable the drivers - So add a kernel fragment to enable them. Likewise, analog audio has been supported since 4.10, but the driver isn't enabled in sunxi_defconfig, so enable it in the fragment. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board')
-rw-r--r--board/orangepi/orangepi-pc/linux.fragment3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/orangepi/orangepi-pc/linux.fragment b/board/orangepi/orangepi-pc/linux.fragment
new file mode 100644
index 0000000000..cdd522452a
--- /dev/null
+++ b/board/orangepi/orangepi-pc/linux.fragment
@@ -0,0 +1,3 @@
+CONFIG_DRM_SUN8I_DW_HDMI=y
+CONFIG_SUN8I_DE2_CCU=y
+CONFIG_SND_SUN8I_CODEC_ANALOG=y
OpenPOWER on IntegriCloud