Skip to content

Commit 86f078d

Browse files
author
Stan Skowronek
committed
Android-capable kernel for H9P chips.
1 parent 0fce94b commit 86f078d

205 files changed

Lines changed: 36065 additions & 313 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

arch/arm64/Kconfig.platforms

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ config ARCH_ALPINE
2929
This enables support for the Annapurna Labs Alpine
3030
Soc family.
3131

32+
config ARCH_HX
33+
bool "Hx platform"
34+
select HX_AIC
35+
help
36+
This enables support for the Hx chip found in the fruit stand.
37+
3238
config ARCH_BCM2835
3339
bool "Broadcom BCM2835 family"
3440
select TIMER_OF

arch/arm64/boot/dts/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ subdir-y += cavium
1313
subdir-y += exynos
1414
subdir-y += freescale
1515
subdir-y += hisilicon
16+
subdir-y += hx
1617
subdir-y += intel
1718
subdir-y += lg
1819
subdir-y += marvell

arch/arm64/boot/dts/hx/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dtb-$(CONFIG_ARCH_HX) += hx-h9p-d10.dtb hx-h9p-d101.dtb hx-h9p-d11.dtb hx-h9p-d111.dtb hx-h9p-n112.dtb

0 commit comments

Comments
 (0)