Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #51881 > unrolled thread
| Started by | Vagrant Cascadian <vagrant@debian.org> |
|---|---|
| First post | 2015-12-27 03:40 +0100 |
| Last post | 2016-01-01 20:30 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.debian.kernel
Bug#809083: linux: armhf/armmp: Please enable support for Rockchip platforms Vagrant Cascadian <vagrant@debian.org> - 2015-12-27 03:40 +0100
Bug#809083: linux: armhf/armmp: Please enable support for Rockchip platforms Ian Campbell <ijc@debian.org> - 2016-01-01 14:40 +0100
Bug#809083: linux: armhf/armmp: Please enable support for Rockchip platforms Vagrant Cascadian <vagrant@debian.org> - 2016-01-01 20:30 +0100
| From | Vagrant Cascadian <vagrant@debian.org> |
|---|---|
| Date | 2015-12-27 03:40 +0100 |
| Subject | Bug#809083: linux: armhf/armmp: Please enable support for Rockchip platforms |
| Message-ID | <qK9pv-Od-1@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Source: linux Version: 4.4~rc6-1~exp1 Severity: wishlist Tags: patch I've tested the following options on a Firefly-rk3288, which boots and supports USB, MMC, eMMC and ethernet. Tested against 4.4~rc6-1~exp1, though I suspect most if not all options are also available on a 4.3.x kernel. Please consider adding the options below to the armmp kernels. Thanks! live well, vagrant diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp index 025e388..8c1bad7 100644 --- a/debian/config/armhf/config.armmp +++ b/debian/config/armhf/config.armmp @@ -1046,3 +1046,54 @@ CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m ## CONFIG_SND_SOC_TEGRA=m +## file: arch/arm/mach-rockchip/Kconfig +CONFIG_ARCH_ROCKCHIP=y +#drivers/crypto/Kconfig: +CONFIG_CRYPTO_DEV_ROCKCHIP=m +#drivers/gpu/drm/rockchip/Kconfig: +CONFIG_DRM_ROCKCHIP=m +#drivers/gpu/drm/rockchip/Kconfig: +CONFIG_ROCKCHIP_DW_HDMI=m +#drivers/iio/adc/Kconfig: +CONFIG_ROCKCHIP_SARADC=m +#drivers/iommu/Kconfig: +CONFIG_ROCKCHIP_IOMMU=y +#drivers/mmc/host/Kconfig: +CONFIG_MMC_DW_ROCKCHIP=m +#drivers/net/ethernet/arc/Kconfig: +CONFIG_EMAC_ROCKCHIP=m +#drivers/net/ethernet/stmicro/stmmac/Kconfig: +CONFIG_DWMAC_ROCKCHIP=m +#drivers/nvmem/Kconfig: +CONFIG_ROCKCHIP_EFUSE=m +#drivers/phy/Kconfig: +CONFIG_PHY_ROCKCHIP_USB=m +#drivers/power/avs/Kconfig: +CONFIG_ROCKCHIP_IODOMAIN=m +#drivers/pwm/Kconfig: +CONFIG_PWM_ROCKCHIP=m +#drivers/spi/Kconfig: +CONFIG_SPI_ROCKCHIP=m +#drivers/thermal/Kconfig: +CONFIG_ROCKCHIP_THERMAL=m +#sound/soc/rockchip/Kconfig: +CONFIG_SND_SOC_ROCKCHIP=m +#sound/soc/rockchip/Kconfig: +CONFIG_SND_SOC_ROCKCHIP_I2S=m +#sound/soc/rockchip/Kconfig: +CONFIG_SND_SOC_ROCKCHIP_SPDIF=m +#sound/soc/rockchip/Kconfig: +CONFIG_SND_SOC_ROCKCHIP_MAX98090=m +#sound/soc/rockchip/Kconfig: +CONFIG_SND_SOC_ROCKCHIP_RT5645=m + +#drivers/i2c/busses/Kconfig: +CONFIG_I2C_RK3X=m + +#drivers/usb/dwc2/Kconfig: +CONFIG_USB_DWC2=m + +# drivers/regulator/Kconfig: +CONFIG_REGULATOR_ACT8865=m +CONFIG_REGULATOR_FAN53555=m +CONFIG_REGULATOR_TPS65910=m
[toc] | [next] | [standalone]
| From | Ian Campbell <ijc@debian.org> |
|---|---|
| Date | 2016-01-01 14:40 +0100 |
| Message-ID | <qM85X-31n-1@gated-at.bofh.it> |
| In reply to | #51881 |
On Sat, 2015-12-26 at 18:26 -0800, Vagrant Cascadian wrote: > +#drivers/crypto/Kconfig: > +CONFIG_CRYPTO_DEV_ROCKCHIP=m This one didn't seem to exist anywhere in the mainline tree. The rest looks good to me, I intend to apply once I get a chance to build test. Ian.
[toc] | [prev] | [next] | [standalone]
| From | Vagrant Cascadian <vagrant@debian.org> |
|---|---|
| Date | 2016-01-01 20:30 +0100 |
| Message-ID | <qMdyF-6xK-5@gated-at.bofh.it> |
| In reply to | #51982 |
[Multipart message — attachments visible in raw view] — view raw
On 2016-01-01, Ian Campbell wrote: > On Sat, 2015-12-26 at 18:26 -0800, Vagrant Cascadian wrote: >> +#drivers/crypto/Kconfig: >> +CONFIG_CRYPTO_DEV_ROCKCHIP=m > > This one didn't seem to exist anywhere in the mainline tree. Apparently, it's only in linux-next so far. > The rest looks good to me, I intend to apply once I get a chance to > build test. Great, thanks! live well, vagrant
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web